Handbook
Glossary
create-gl-cuda-context ( device flags -- context )
Vocabulary
cuda
.
gl
Inputs
device
an
object
flags
an
object
Outputs
context
an
object
Definition
USING:
alien.data
cuda
cuda.ffi
cuda.gl.ffi
kernel
;
IN:
cuda.gl
:
create-gl-cuda-context
( device flags -- context )
swap
[
{
CUcontext
}
]
2dip
[
cuGLCtxCreate
cuda-error
]
2curry
with-out-parameters
;
inline