Handbook
Glossary
cuMemsetD2D32 ( dstDevice dstPitch ui Width Height -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dstDevice
an
object
dstPitch
an
object
ui
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
cuMemsetD2D32
(
CUdeviceptr
dstDevice,
uint
dstPitch,
uint
ui,
uint
Width,
uint
Height )