Class CLImageFormat


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

      • STRUCT_SIZE

        public static final int STRUCT_SIZE
        The cl_image_format struct size in bytes.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CLImageFormat

        public CLImageFormat​(int channelOrder,
                             int channelType)
    • Method Detail

      • getChannelOrder

        public int getChannelOrder()
      • getChannelType

        public int getChannelType()