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

Map the buffer to a system memory address and allows the mapping of a sub part of the buffer object into CPU memory.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
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

Reference to data in the mapped region of the buffer memory.

Remarks

Notes:

See Also