|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Configures the mapping process. More...
Public Member Functions | |
| Map | valueOf (final int flag) |
Public Attributes | |
| READ_WRITE =(CL_MAP_READ | CL_MAP_WRITE) | |
| Enum representing CL_MAP_READ | CL_MAP_WRITE. More... | |
| WRITE =(CL_MAP_WRITE) | |
| Enum representing CL_MAP_WRITE. More... | |
| READ =(CL_MAP_READ) | |
| Enum representing CL_MAP_READ. More... | |
| final int | FLAGS |
| Value of wrapped OpenCL flag. More... | |
Configures the mapping process.
Definition at line 402 of file CLMemory.java.
| Map com.jogamp.opencl.CLMemory< B extends Buffer >.Map.valueOf | ( | final int | flag | ) |
Definition at line 431 of file CLMemory.java.
| final int com.jogamp.opencl.CLMemory< B extends Buffer >.Map.FLAGS |
Value of wrapped OpenCL flag.
Definition at line 425 of file CLMemory.java.
| com.jogamp.opencl.CLMemory< B extends Buffer >.Map.READ =(CL_MAP_READ) |
Enum representing CL_MAP_READ.
This flag specifies that the memory object will be mapped for read operation.
Definition at line 420 of file CLMemory.java.
| com.jogamp.opencl.CLMemory< B extends Buffer >.Map.READ_WRITE =(CL_MAP_READ | CL_MAP_WRITE) |
Enum representing CL_MAP_READ | CL_MAP_WRITE.
This flag specifies that the memory object will be mapped for read and write operation.
Definition at line 408 of file CLMemory.java.
| com.jogamp.opencl.CLMemory< B extends Buffer >.Map.WRITE =(CL_MAP_WRITE) |
Enum representing CL_MAP_WRITE.
This flag specifies that the memory object will be mapped for write operation.
Definition at line 414 of file CLMemory.java.