Handbook
Glossary
buffer-map-flags ( buffer-access-mode -- n )
Vocabulary
opencl
.
private
Inputs
buffer-access-mode
an
object
Outputs
n
an
object
Definition
IN:
opencl.private
GENERIC:
buffer-map-flags
( buffer-access-mode -- n )
Methods
USING:
kernel
opencl
opencl.ffi
opencl.private
;
M:
cl-read-access
buffer-map-flags
drop
CL_MAP_READ
;
USING:
kernel
opencl
opencl.private
;
M:
cl-read-write-access
buffer-map-flags
drop
3
;
USING:
kernel
opencl
opencl.ffi
opencl.private
;
M:
cl-write-access
buffer-map-flags
drop
CL_MAP_WRITE
;