Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Field and Description |
---|---|
protected Set<CLSampler> |
CLContext.samplers |
Modifier and Type | Method and Description |
---|---|
CLSampler |
CLContext.createSampler(CLSampler.AddressingMode addrMode,
CLSampler.FilteringMode filtMode,
boolean normalizedCoords) |
Modifier and Type | Method and Description |
---|---|
List<CLSampler> |
CLContext.getSamplers()
Returns a read only shapshot of all samplers associated with this context.
|