Package org.lwjgl.opencl.api
Class CLImageFormat
java.lang.Object
org.lwjgl.opencl.api.CLImageFormat
Simple container for cl_image_format struct values.
- Author:
- Spasi
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The cl_image_format struct size in bytes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STRUCT_SIZE
public static final int STRUCT_SIZEThe cl_image_format struct size in bytes.- See Also:
-
-
Constructor Details
-
CLImageFormat
public CLImageFormat(int channelOrder, int channelType)
-
-
Method Details
-
getChannelOrder
public int getChannelOrder() -
getChannelType
public int getChannelType()
-