Click or drag to resize
SoCpuBufferCompressedUnmap Method (SoBufferObject)

Remove the specified bufferObject from the list of buffers which map the current buffer.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override void Unmap(
	SoBufferObject bufferObject
)

Parameters

bufferObject
Type: OIV.Inventor.DevicesSoBufferObject

Buffer to be unmapped.

Remarks

If the access mode supports writing the specified buffer is sync'd with the buffer.

See Also