Click or drag to resize
SoCpuBufferUniformMemset Method
Overload List
  NameDescription
Public methodMemset(IntPtr)
Calls Memset(data, System.Convert.ToUInt64(1), System.UInt64(0), System.Convert.ToUInt64(SO_BUFFER_SIZE_ALL)).
Public methodMemset(IntPtr, UInt64)
Calls Memset(data, dataSize, System.UInt64(0), System.Convert.ToUInt64(SO_BUFFER_SIZE_ALL)).
Public methodMemset(IntPtr, UInt64, UInt64)
Calls Memset(data, dataSize, offset, System.Convert.ToUInt64(SO_BUFFER_SIZE_ALL)).
Public methodMemset(IntPtr, UInt64, UInt64, UInt64)

This function sets the contents of (or a portion of) the buffer object to the specified value.

(Overrides SoBufferObjectMemset(IntPtr, UInt64, UInt64, UInt64).)
Top
See Also