CUDA Memset node parameters
< Destination device pointer
< Size of each element in bytes. Must be 1, 2, or 4.
< Number of rows
< Pitch of destination device pointer. Unused if height is 1
< Value to be set
< Width in bytes, of the row
See Implementation
CUDA Memset node parameters