SoCpuBufferCompressedUnmap 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.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void Unmap(
SoGLBufferObject bufferObject
)
Public Overridable Sub Unmap (
bufferObject As SoGLBufferObject
)
public:
virtual void Unmap(
SoGLBufferObject^ bufferObject
)
abstract Unmap :
bufferObject : SoGLBufferObject -> unit
override Unmap :
bufferObject : SoGLBufferObject -> unit
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