Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Method and Description |
---|---|
CLImageFormat.ChannelType |
CLImageFormat.getImageChannelDataType() |
static CLImageFormat.ChannelType |
CLImageFormat.ChannelType.valueOf(int channelFlag) |
static CLImageFormat.ChannelType |
CLImageFormat.ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLImageFormat.ChannelType[] |
CLImageFormat.ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CLImageFormat |
CLImageFormat.setImageChannelDataType(CLImageFormat.ChannelType type) |
Constructor and Description |
---|
CLImageFormat(CLImageFormat.ChannelOrder order,
CLImageFormat.ChannelType type) |