|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opencl.CLSampler
public class CLSampler
Object representing an OpenCL sampler.
CLContext.createSampler(com.jogamp.opencl.CLSampler.AddressingMode, com.jogamp.opencl.CLSampler.FilteringMode, boolean)
Nested Class Summary | |
---|---|
static class |
CLSampler.AddressingMode
|
static class |
CLSampler.FilteringMode
|
Field Summary | |
---|---|
protected CL |
cl
|
protected CLContext |
context
|
long |
ID
The OpenCL object handle. |
Method Summary | |
---|---|
void |
close()
Deprecated. This method is not intended to be called from client code. |
CLSampler.AddressingMode |
getAddressingMode()
|
CLContext |
getContext()
Returns the context for this OpenCL object. |
CLSampler.FilteringMode |
getFilteringMode()
|
long |
getID()
Returns the OpenCL object handle |
CLPlatform |
getPlatform()
Returns the platform for this OpenCL object. |
boolean |
hasNormalizedCoords()
|
void |
release()
Releases the OpenCL resource. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final long ID
protected CLContext context
protected final CL cl
Method Detail |
---|
public CLSampler.FilteringMode getFilteringMode()
public CLSampler.AddressingMode getAddressingMode()
public boolean hasNormalizedCoords()
public void release()
CLResource
release
in interface CLResource
@Deprecated public final void close()
close
in interface AutoCloseable
AutoCloseable
public CLContext getContext()
public CLPlatform getPlatform()
public long getID()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |