SoGpuBufferObjectUnmap Method |
Unmap a buffer mapped to a system memory address.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic override void Unmap()
Public Overrides Sub Unmap
public:
virtual void Unmap() override
abstract Unmap : unit -> unit
override Unmap : unit -> unit
RemarksNo error is reported if the buffer was not mapped.
See Also