SoCpuBufferUniformMemset Method |
Name | Description | |
---|---|---|
Memset(IntPtr) | Calls Memset(data, System.Convert.ToUInt64(1), System.UInt64(0), System.Convert.ToUInt64(SO_BUFFER_SIZE_ALL)). | |
Memset(IntPtr, UInt64) | Calls Memset(data, dataSize, System.UInt64(0), System.Convert.ToUInt64(SO_BUFFER_SIZE_ALL)). | |
Memset(IntPtr, UInt64, UInt64) | Calls Memset(data, dataSize, offset, System.Convert.ToUInt64(SO_BUFFER_SIZE_ALL)). | |
Memset(IntPtr, UInt64, UInt64, UInt64) | This function sets the contents of (or a portion of) the buffer object to the specified value. |