Package org.lwjgl.opencl.api
Class CLBufferRegion
- java.lang.Object
-
- org.lwjgl.opencl.api.CLBufferRegion
-
public final class CLBufferRegion extends java.lang.ObjectSimple container for cl_buffer_region struct values.- Author:
- Spasi
-
-
Field Summary
Fields Modifier and Type Field Description static intSTRUCT_SIZEThe 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 intgetOrigin()intgetSize()
-