public final class cl_buffer_region
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
origin
The origin of the region, in bytes
|
long |
size
The size of the region, in bytes
|
Constructor and Description |
---|
cl_buffer_region()
Creates a new, uninitialized cl_buffer_region
|
cl_buffer_region(long origin,
long size)
Creates a new cl_buffer_region with the given
origin and size
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a String representation of this object.
|
public long origin
public long size
public cl_buffer_region()
public cl_buffer_region(long origin, long size)
origin
- The origin, in bytessize
- The size, in bytes