Handbook
Glossary
cl-buffer-ptr
Vocabulary
opencl
Variable description
A buffer and offset pair for specifying a starting point for a copy.
Definition
USING:
math
;
IN:
opencl
TUPLE:
cl-buffer-ptr
{
buffer
cl-buffer
read-only
initial:
T{
cl-buffer
}
}
{
offset
integer
read-only
initial:
0
}
;