|
| | REPEAT =(CL_ADDRESS_REPEAT) |
| |
| | CLAMP_TO_EDGE =(CL_ADDRESS_CLAMP_TO_EDGE) |
| |
| | CLAMP =(CL_ADDRESS_CLAMP) |
| |
| | NONE =(CL_ADDRESS_NONE) |
| |
| final int | MODE |
| | Value of wrapped OpenCL sampler addressing mode type. More...
|
| |
Definition at line 125 of file CLSampler.java.
◆ valueOf()
| static AddressingMode com.jogamp.opencl.CLSampler.AddressingMode.valueOf |
( |
final int |
mode | ) |
|
|
static |
◆ CLAMP
| com.jogamp.opencl.CLSampler.AddressingMode.CLAMP =(CL_ADDRESS_CLAMP) |
◆ CLAMP_TO_EDGE
| com.jogamp.opencl.CLSampler.AddressingMode.CLAMP_TO_EDGE =(CL_ADDRESS_CLAMP_TO_EDGE) |
◆ MODE
| final int com.jogamp.opencl.CLSampler.AddressingMode.MODE |
Value of wrapped OpenCL sampler addressing mode type.
Definition at line 135 of file CLSampler.java.
◆ NONE
| com.jogamp.opencl.CLSampler.AddressingMode.NONE =(CL_ADDRESS_NONE) |
◆ REPEAT
| com.jogamp.opencl.CLSampler.AddressingMode.REPEAT =(CL_ADDRESS_REPEAT) |
The documentation for this enum was generated from the following file: