Handbook
Glossary
cuTexRefSetAddressMode ( hTexRef dim am -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
hTexRef
an
object
dim
an
object
am
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuTexRefSetAddressMode
(
CUtexref
hTexRef,
int
dim,
CUaddress_mode
am )