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: 2024.1.1.0 (2024.1.1)
Syntax
public void Memset(
	IntPtr data,
	ulong dataSize,
	ulong offset
)

Parameters

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