Handbook
Glossary
cuTexRefSetFormat ( hTexRef fmt NumPackedComponents -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
hTexRef
an
object
fmt
an
object
NumPackedComponents
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuTexRefSetFormat
(
CUtexref
hTexRef,
CUarray_format
fmt,
int
NumPackedComponents )