Handbook
Glossary
with-mapped-cuda-buffer ( ..a cuda-buffer quot: ( ..a device-ptr size -- ..b ) -- ..b )
Vocabulary
cuda
.
gl
Inputs
cuda-buffer
an
object
quot
a
quotation
with stack effect
( ..a device-ptr size -- ..b )
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
cuda.gl
:
with-mapped-cuda-buffer
( ..a cuda-buffer quot: ( ..a device-ptr size -- ..b ) -- ..b )
[
resource>>
]
dip
with-mapped-resource
;
inline