Click or drag to resize
SoCpuBufferBitSetUnmap Method
Overload List
  NameDescription
Public methodUnmap

Unmap a mapped buffer.

(Overrides SoBufferObjectUnmap.)
Public methodUnmap(SoBufferObject)

Remove the specified bufferObject from the list of buffers which map the current buffer.

(Overrides SoBufferObjectUnmap(SoBufferObject).)
Public methodUnmap(SoCpuBufferObject)

Unmap the specified CPU buffer object It is defined just to speed up the call when the type of the object is known.

Public methodUnmap(SoGLBufferObject)

Unmap the specified GL buffer object It is defined just to speed up the call when the type of the object is known.

Top
See Also