Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Method and Description |
---|---|
CLSampler.FilteringMode |
CLSampler.getFilteringMode() |
static CLSampler.FilteringMode |
CLSampler.FilteringMode.valueOf(int mode) |
static CLSampler.FilteringMode |
CLSampler.FilteringMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLSampler.FilteringMode[] |
CLSampler.FilteringMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CLSampler |
CLContext.createSampler(CLSampler.AddressingMode addrMode,
CLSampler.FilteringMode filtMode,
boolean normalizedCoords) |