|
| | NEAREST =(CL_FILTER_NEAREST) |
| |
| | LINEAR =(CL_FILTER_LINEAR) |
| |
| final int | MODE |
| | Value of wrapped OpenCL sampler filtering mode type. More...
|
| |
Definition at line 100 of file CLSampler.java.
◆ valueOf()
| static FilteringMode com.jogamp.opencl.CLSampler.FilteringMode.valueOf |
( |
final int |
mode | ) |
|
|
static |
◆ LINEAR
| com.jogamp.opencl.CLSampler.FilteringMode.LINEAR =(CL_FILTER_LINEAR) |
◆ MODE
| final int com.jogamp.opencl.CLSampler.FilteringMode.MODE |
Value of wrapped OpenCL sampler filtering mode type.
Definition at line 108 of file CLSampler.java.
◆ NEAREST
| com.jogamp.opencl.CLSampler.FilteringMode.NEAREST =(CL_FILTER_NEAREST) |
The documentation for this enum was generated from the following file: