Package org.jocl
Class cl_sampler
- java.lang.Object
-
- org.jocl.NativePointerObject
-
- org.jocl.cl_sampler
-
public final class cl_sampler extends NativePointerObject
Java port of a cl_sampler.
-
-
Constructor Summary
Constructors Constructor Description cl_sampler()
Creates a new, uninitialized cl_sampler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns a String representation of this object.-
Methods inherited from class org.jocl.NativePointerObject
equals, getBuffer, getByteOffset, getNativePointer, hashCode, setBuffer, withByteOffset
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Returns a String representation of this object.- Overrides:
toString
in classNativePointerObject
- Returns:
- A String representation of this object.
-
-