Handbook
Glossary
cuTexRefSetAddress ( ByteOffset hTexRef dptr bytes -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
ByteOffset
an
object
hTexRef
an
object
dptr
an
object
bytes
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuTexRefSetAddress
( uint* ByteOffset,
CUtexref
hTexRef,
CUdeviceptr
dptr,
uint
bytes )