Package org.jocl.struct

Class Summary
Buffers A class containing methods for allocating buffers, and for reading and writing Struct and CLTypes.* objects from and to buffers.
CLTypes This class defines the built-in OpenCL vector types for the platform that uses OpenCL.
CLTypes.cl_char  
CLTypes.cl_char16  
CLTypes.cl_char2  
CLTypes.cl_char4  
CLTypes.cl_char8  
CLTypes.cl_double  
CLTypes.cl_double16  
CLTypes.cl_double2  
CLTypes.cl_double4  
CLTypes.cl_double8  
CLTypes.cl_float  
CLTypes.cl_float16  
CLTypes.cl_float2  
CLTypes.cl_float4  
CLTypes.cl_float8  
CLTypes.cl_int  
CLTypes.cl_int16  
CLTypes.cl_int2  
CLTypes.cl_int4  
CLTypes.cl_int8  
CLTypes.cl_long  
CLTypes.cl_long16  
CLTypes.cl_long2  
CLTypes.cl_long4  
CLTypes.cl_long8  
CLTypes.cl_short  
CLTypes.cl_short16  
CLTypes.cl_short2  
CLTypes.cl_short4  
CLTypes.cl_short8  
CLTypes.cl_uchar  
CLTypes.cl_uchar16  
CLTypes.cl_uchar2  
CLTypes.cl_uchar4  
CLTypes.cl_uchar8  
CLTypes.cl_uint  
CLTypes.cl_uint16  
CLTypes.cl_uint2  
CLTypes.cl_uint4  
CLTypes.cl_uint8  
CLTypes.cl_ulong  
CLTypes.cl_ulong16  
CLTypes.cl_ulong2  
CLTypes.cl_ulong4  
CLTypes.cl_ulong8  
CLTypes.cl_ushort  
CLTypes.cl_ushort16  
CLTypes.cl_ushort2  
CLTypes.cl_ushort4  
CLTypes.cl_ushort8  
PointerStruct A class that offers a functionality similar to the 'Pointer' class of JOCL for the experimental 'struct' support.
SizeofStruct A class that offers a functionality similar to the 'Sizeof' class of JOCL for the experimental 'struct' support.
Struct This class is the base class for all Java classes that should represent a native 'struct'.
 

Annotation Types Summary
ArrayLength This annotation may be used to specify the length of arrays inside a Struct.