SoBufferObjectUnmap Method (SoBufferObject) |
Remove the specified bufferObject from the list of buffers which map the current buffer.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic abstract void Unmap(
SoBufferObject bufferObject
)
Public MustOverride Sub Unmap (
bufferObject As SoBufferObject
)
public:
virtual void Unmap(
SoBufferObject^ bufferObject
) abstract
abstract Unmap :
bufferObject : SoBufferObject -> unit
Parameters
- bufferObject
- Type: OIV.Inventor.DevicesSoBufferObject
Buffer to be unmapped.
RemarksIf the access mode supports writing the specified buffer is sync'd with the buffer.
See Also