Click or drag to resize
SoGLBufferObjectUnmap Method (SoCpuBufferObject)

Unmap the specified CPU buffer object.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public override void Unmap(
	SoCpuBufferObject bufferObject
)

Parameters

bufferObject
Type: OIV.Inventor.DevicesSoCpuBufferObject
Remarks

It is defined just to speed up the call when the type of the object is known.

See Also