Click or drag to resize
SoOpenCLBufferObjectMap Method (SoGLBufferObject, SoBufferObjectAccessModes, UInt64, UInt64)

Map the buffer object to a GL buffer object.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual void Map(
	SoGLBufferObject targetBufferObject,
	SoBufferObjectAccessModes accessMode,
	ulong startPosition,
	ulong mappingSize
)

Parameters

targetBufferObject
Type: OIV.Inventor.DevicesSoGLBufferObject
accessMode
Type: OIV.Inventor.DevicesSoBufferObjectAccessModes
startPosition
Type: SystemUInt64
mappingSize
Type: SystemUInt64
Remarks

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

See the general map function for more information.

See Also