Handbook
Glossary
cuMemsetD2D8 ( dstDevice dstPitch uc Width Height -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dstDevice
an
object
dstPitch
an
object
uc
an
object
Width
an
object
Height
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuMemsetD2D8
(
CUdeviceptr
dstDevice,
uint
dstPitch,
uchar
uc,
uint
Width,
uint
Height )