com.jogamp.opencl.spi
Interface CLInfoAccessor

All Known Subinterfaces:
CLPlatformInfoAccessor
All Known Implementing Classes:
CLImage.CLImageInfoAccessor, CLTLInfoAccessor

public interface CLInfoAccessor

Internal utility for common OpenCL clGetFooInfo calls. Provides common accessors to CL objects.

Author:
Michael Bien

Method Summary
 int[] getInts(int key, int n)
           
 long getLong(int key)
          Returns the long value for the given key.
 String getString(int key)
          Returns the String value for the given key.
 

Method Detail

getInts

int[] getInts(int key,
              int n)

getLong

long getLong(int key)
Returns the long value for the given key.


getString

String getString(int key)
Returns the String value for the given key.