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

Unmap a mapped buffer.

(Overrides SoCpuBufferObjectUnmap.)
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 SoCpuBufferObjectUnmap(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.

(Overrides SoCpuBufferObjectUnmap(SoCpuBufferObject).)
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.

(Overrides SoCpuBufferObjectUnmap(SoGLBufferObject).)
Top
See Also