Click or drag to resize
SoCpuBufferBitSetMap Method (SoBufferObjectAccessModes, UInt64, UInt64)

Returns a pointer to the memory array used for the storage of the buffer.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public override SbNativeArray<byte> Map(
	SoBufferObjectAccessModes accessMode,
	ulong offset,
	ulong count
)

Parameters

accessMode
Type: OIV.Inventor.DevicesSoBufferObjectAccessModes
offset
Type: SystemUInt64
count
Type: SystemUInt64

Return Value

Type: SbNativeArrayByte

Pointer to the memory array used for the storage.

Remarks

See Also