com.jogamp.opencl.impl
Class CLImageFormatImpl
java.lang.Object
com.jogamp.opencl.impl.CLImageFormatImpl
public abstract class CLImageFormatImpl
- extends Object
Struct accessor for cl_image_format.
- Author:
- Michael Bien
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public static int size()
create
public static CLImageFormatImpl create()
create
public static CLImageFormatImpl create(ByteBuffer buf)
getBuffer
public ByteBuffer getBuffer()
setImageChannelOrder
public abstract CLImageFormatImpl setImageChannelOrder(int val)
getImageChannelOrder
public abstract int getImageChannelOrder()
setImageChannelDataType
public abstract CLImageFormatImpl setImageChannelDataType(int val)
getImageChannelDataType
public abstract int getImageChannelDataType()