SoCpuBufferFromVolumeReader.Map Method (SoGLBufferObject, SoBufferObject.AccessModes, UInt64, UInt64) |
Map the current buffer object into the specified GL buffer object.
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic virtual void Map(
SoGLBufferObject targetBufferObject,
SoBufferObject. AccessModes accessMode,
ulong startPosition,
ulong mappingSize
)
Public Overridable Sub Map (
targetBufferObject As SoGLBufferObject,
accessMode As SoBufferObject.AccessModes,
startPosition As ULong,
mappingSize As ULong
)
public:
virtual void Map(
SoGLBufferObject^ targetBufferObject,
SoBufferObject. AccessModes accessMode,
unsigned long long startPosition,
unsigned long long mappingSize
)
abstract Map :
targetBufferObject : SoGLBufferObject *
accessMode : SoBufferObject. AccessModes *
startPosition : uint64 *
mappingSize : uint64 -> unit
override Map :
targetBufferObject : SoGLBufferObject *
accessMode : SoBufferObject. AccessModes *
startPosition : uint64 *
mappingSize : uint64 -> unit
Parameters
- targetBufferObject
- Type: OIV.Inventor.Devices.SoGLBufferObject
- accessMode
- Type: OIV.Inventor.Devices.SoBufferObject.AccessModes
- startPosition
- Type: System.UInt64
- mappingSize
- Type: System.UInt64
RemarksSee the general map method for more information.
See Also