SoCpuBufferObjectUnmap Method (SoBufferObject) |
Unmap this buffer from the specified buffer object.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic override void Unmap(
SoBufferObject bufferObject
)
Public Overrides Sub Unmap (
bufferObject As SoBufferObject
)
public:
virtual void Unmap(
SoBufferObject^ bufferObject
) override
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