Handbook
Glossary
cuGraphicsUnmapResources ( count resources hStream -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
count
an
object
resources
an
object
hStream
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuGraphicsUnmapResources
(
uint
count, CUgraphicsResource* resources,
CUstream
hStream )