public class CLImageFormatImpl extends Object
Modifier and Type | Method and Description |
---|---|
static CLImageFormatImpl |
create() |
static CLImageFormatImpl |
create(ByteBuffer buf) |
ByteBuffer |
getBuffer() |
int |
getImageChannelDataType() |
int |
getImageChannelOrder() |
CLImageFormatImpl |
setImageChannelDataType(int val) |
CLImageFormatImpl |
setImageChannelOrder(int val) |
static int |
size() |
public static int size()
public static CLImageFormatImpl create()
public static CLImageFormatImpl create(ByteBuffer buf)
public ByteBuffer getBuffer()
public CLImageFormatImpl setImageChannelOrder(int val)
public int getImageChannelOrder()
public CLImageFormatImpl setImageChannelDataType(int val)
public int getImageChannelDataType()