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

Unmap a mapped buffer.

(Overrides SoBufferObjectUnmap.)
Public methodUnmap(SoBufferObject)

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

(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