| Package | Description |
|---|---|
| org.lwjgl.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLSampler |
CL10.clCreateSampler(CLContext context,
int normalized_coords,
int addressing_mode,
int filter_mode,
java.nio.IntBuffer errcode_ret) |
CLSampler |
CLContext.getCLSampler(long id)
Returns a CLSampler associated with this context.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
CL10.clGetSamplerInfo(CLSampler sampler,
int param_name,
java.nio.ByteBuffer param_value,
PointerBuffer param_value_size_ret) |
static int |
CL10.clReleaseSampler(CLSampler sampler) |
static int |
CL10.clRetainSampler(CLSampler sampler) |
Copyright © 2002-2010 lwjgl.org. All Rights Reserved.