Class CLBufferRegion


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

      Fields 
      Modifier and Type Field Description
      static int STRUCT_SIZE
      The cl_buffer_region struct size in bytes.
    • Constructor Summary

      Constructors 
      Constructor Description
      CLBufferRegion​(int origin, int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getOrigin()  
      int getSize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()