Click or drag to resize
SoGLBufferObjectUnmap Method (SoGLBufferObject)

Unmap the specified GL 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 virtual void Unmap(
	SoGLBufferObject bufferObject
)

Parameters

bufferObject
Type: OIV.Inventor.DevicesSoGLBufferObject
Remarks

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

See Also