Handbook
Glossary
clCreateFromGLBuffer ( context flags bufobj errcode_ret -- cl_mem )
Vocabulary
opencl
.
ffi
Inputs
context
an
object
flags
an
object
bufobj
an
object
errcode_ret
an
object
Outputs
cl_mem
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opencl.ffi
LIBRARY:
opencl
FUNCTION:
cl_mem
clCreateFromGLBuffer
(
cl_context
context,
cl_mem_flags
flags,
cl_GLuint
bufobj,
int* errcode_ret )