|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Internal utility for common OpenCL clGetFooInfo calls. More...
Public Member Functions | |
| int[] | getInts (int key, int n) |
| long | getUInt32Long (int key) |
Returns the uint32_t value for the given key, reinterpreted as a long value. More... | |
| long | getLong (int key) |
| Returns the long value for the given key. More... | |
| String | getString (int key) |
| Returns the String value for the given key. More... | |
Internal utility for common OpenCL clGetFooInfo calls.
Provides common accessors to CL objects.
Definition at line 11 of file CLInfoAccessor.java.
| int[] com.jogamp.opencl.spi.CLInfoAccessor.getInts | ( | int | key, |
| int | n | ||
| ) |
| long com.jogamp.opencl.spi.CLInfoAccessor.getLong | ( | int | key | ) |
Returns the long value for the given key.
Implemented in com.jogamp.opencl.impl.CLTLInfoAccessor.
| String com.jogamp.opencl.spi.CLInfoAccessor.getString | ( | int | key | ) |
Returns the String value for the given key.
Implemented in com.jogamp.opencl.impl.CLTLInfoAccessor.
| long com.jogamp.opencl.spi.CLInfoAccessor.getUInt32Long | ( | int | key | ) |
Returns the uint32_t value for the given key, reinterpreted as a long value.
Implemented in com.jogamp.opencl.impl.CLTLInfoAccessor.