Handbook
Glossary
cl-buffer-range
Vocabulary
opencl
Variable description
A buffer, offset and size triplet for specifying copy ranges.
Definition
USING:
math
;
IN:
opencl
TUPLE:
cl-buffer-range
{
buffer
cl-buffer
read-only
initial:
T{
cl-buffer
}
}
{
offset
integer
read-only
initial:
0
}
{
size
integer
read-only
initial:
0
}
;