Class CLBufferRegion

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NativeResource, Pointer


    public class CLBufferRegion
    extends Struct
    Buffer region struct.

    Member documentation

    • origin – the region offset, in bytes
    • size – the region size, in bytes

    Layout

    struct cl_buffer_region {
        size_t origin;
        size_t size;
    }