addressing_mode
Enum class for specifying the addressing mode of a sampler. Values are hard coded to match those of OpenCL in order to allow a simple cast when converting.
Values
| none | |
| clamp_to_edge | |
| clamp | |
| repeat | |
| mirrored_repeat | 
Enum class for specifying the addressing mode of a sampler. Values are hard coded to match those of OpenCL in order to allow a simple cast when converting.
| none | |
| clamp_to_edge | |
| clamp | |
| repeat | |
| mirrored_repeat |