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: 10.12.3.0 (10.12.3.0)
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