SoBufferObjectUnmap Method (SoBufferObject) |
Unmap this buffer from the specified buffer object.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void Unmap(
SoBufferObject bufferObject
)
Public Overridable Sub Unmap (
bufferObject As SoBufferObject
)
public:
virtual void Unmap(
SoBufferObject^ bufferObject
)
abstract Unmap :
bufferObject : SoBufferObject -> unit
override Unmap :
bufferObject : SoBufferObject -> unit
Parameters
- bufferObject
- Type: OIV.Inventor.DevicesSoBufferObject
Buffer to be unmapped.
Remarks
In other words, remove the specified target buffer from the list of buffers which this buffer is mapped to. If the access mode supports writing, the specified buffer is sync'd with the current buffer. An error is reported (in debug builds) if the buffer is not mapped to the specified buffer
See Also