Click or drag to resize
SoCpuBufferUniformMemset Method (IntPtr, UInt64, UInt64)
Calls Memset(data, dataSize, offset, System.Convert.ToUInt64(SO_BUFFER_SIZE_ALL)).

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void Memset(
	IntPtr data,
	ulong dataSize,
	ulong offset
)

Parameters

data
Type: SystemIntPtr
dataSize
Type: SystemUInt64
offset
Type: SystemUInt64
Remarks