Handbook
Glossary
gpu-data-ptr
Vocabulary
gpu
.
buffers
Class description
This class is a union of the
c-ptr
and
buffer-ptr
classes. It represents a value that can be supplied either from CPU or GPU memory.
Definition
USING:
alien
;
IN:
gpu.buffers
UNION:
gpu-data-ptr
buffer-ptr
c-ptr
;