public class CLImageFormat extends Object
CLContext.getSupportedImageFormats(com.nativelibs4java.opencl.CLMem.Flags, com.nativelibs4java.opencl.CLMem.ObjectType)| Modifier and Type | Class and Description |
|---|---|
static class |
CLImageFormat.ChannelDataType
For example, to specify a normalized unsigned 8-bit / channel RGBA image, image_channel_order = CL_RGBA, and image_channel_data_type = CL_UNORM_INT8.
|
static class |
CLImageFormat.ChannelOrder |
| Constructor and Description |
|---|
CLImageFormat(CLImageFormat.ChannelOrder channelOrder,
CLImageFormat.ChannelDataType channelDataType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CLImageFormat.ChannelDataType |
getChannelDataType() |
CLImageFormat.ChannelOrder |
getChannelOrder() |
int |
hashCode() |
boolean |
isIntBased() |
String |
toString() |
public CLImageFormat(CLImageFormat.ChannelOrder channelOrder, CLImageFormat.ChannelDataType channelDataType)
public boolean isIntBased()
public final CLImageFormat.ChannelOrder getChannelOrder()
public final CLImageFormat.ChannelDataType getChannelDataType()
Copyright © 2009-2015. All Rights Reserved.