Class CLBufferRegion


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

      • STRUCT_SIZE

        public static final int STRUCT_SIZE
        The cl_buffer_region struct size in bytes.
    • Constructor Detail

      • CLBufferRegion

        public CLBufferRegion​(int origin,
                              int size)
    • Method Detail

      • getOrigin

        public int getOrigin()
      • getSize

        public int getSize()