4package com.jogamp.opencl.spi;
Internal utility for common OpenCL clGetFooInfo calls.
long getLong(int key)
Returns the long value for the given key.
long getUInt32Long(int key)
Returns the uint32_t value for the given key, reinterpreted as a long value.
int[] getInts(int key, int n)
String getString(int key)
Returns the String value for the given key.