Class CLImageFormat

java.lang.Object
org.lwjgl.opencl.api.CLImageFormat

public final class CLImageFormat extends Object
Simple container for cl_image_format struct values.
Author:
Spasi
  • Field Details

    • STRUCT_SIZE

      public static final int STRUCT_SIZE
      The 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()