Click or drag to resize
SoCpuBufferBitSetUnmap Method (SoGLBufferObject)

Unmap the specified GL buffer object It is defined just to speed up the call when the type of the object is known.

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

Parameters

bufferObject
Type: OIV.Inventor.DevicesSoGLBufferObject

Buffer to be unmapped.

Remarks

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

See the general unmap function for more information.

See Also