Package com.jogamp.opencl.llb.impl
Class CLImageFormatImpl
- java.lang.Object
-
- com.jogamp.opencl.llb.impl.CLImageFormatImpl
-
public class CLImageFormatImpl extends Object
Struct accessor for cl_image_format.- Author:
- Michael Bien, GlueGen, et al.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CLImageFormatImpl
create()
static CLImageFormatImpl
create(ByteBuffer buf)
ByteBuffer
getBuffer()
int
getImageChannelDataType()
Getter for native fieldimageChannelDataType
: CType[(IntType) typedef 'cl_channel_type', size [fixed true, lnx64 4], [const[false], int]]int
getImageChannelOrder()
Getter for native fieldimageChannelOrder
: CType[(IntType) typedef 'cl_channel_order', size [fixed true, lnx64 4], [const[false], int]]CLImageFormatImpl
setImageChannelDataType(int val)
Setter for native fieldimageChannelDataType
: CType[(IntType) typedef 'cl_channel_type', size [fixed true, lnx64 4], [const[false], int]]CLImageFormatImpl
setImageChannelOrder(int val)
Setter for native fieldimageChannelOrder
: CType[(IntType) typedef 'cl_channel_order', size [fixed true, lnx64 4], [const[false], int]]static int
size()
-
-
-
Method Detail
-
size
public static int size()
-
create
public static CLImageFormatImpl create()
-
create
public static CLImageFormatImpl create(ByteBuffer buf)
-
getBuffer
public ByteBuffer getBuffer()
-
setImageChannelOrder
public CLImageFormatImpl setImageChannelOrder(int val)
Setter for native fieldimageChannelOrder
: CType[(IntType) typedef 'cl_channel_order', size [fixed true, lnx64 4], [const[false], int]]
-
getImageChannelOrder
public int getImageChannelOrder()
Getter for native fieldimageChannelOrder
: CType[(IntType) typedef 'cl_channel_order', size [fixed true, lnx64 4], [const[false], int]]
-
setImageChannelDataType
public CLImageFormatImpl setImageChannelDataType(int val)
Setter for native fieldimageChannelDataType
: CType[(IntType) typedef 'cl_channel_type', size [fixed true, lnx64 4], [const[false], int]]
-
getImageChannelDataType
public int getImageChannelDataType()
Getter for native fieldimageChannelDataType
: CType[(IntType) typedef 'cl_channel_type', size [fixed true, lnx64 4], [const[false], int]]
-
-