Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Method and Description |
---|---|
CLSampler.AddressingMode |
CLSampler.getAddressingMode() |
static CLSampler.AddressingMode |
CLSampler.AddressingMode.valueOf(int mode) |
static CLSampler.AddressingMode |
CLSampler.AddressingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLSampler.AddressingMode[] |
CLSampler.AddressingMode.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) |