Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Method and Description |
---|---|
CLImageFormat.ChannelOrder |
CLImageFormat.getImageChannelOrder() |
static CLImageFormat.ChannelOrder |
CLImageFormat.ChannelOrder.valueOf(int orderFlag) |
static CLImageFormat.ChannelOrder |
CLImageFormat.ChannelOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLImageFormat.ChannelOrder[] |
CLImageFormat.ChannelOrder.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.setImageChannelOrder(CLImageFormat.ChannelOrder order) |
Constructor and Description |
---|
CLImageFormat(CLImageFormat.ChannelOrder order,
CLImageFormat.ChannelType type) |