Click or drag to resize
SoCudaBufferObjectMemcpy Method (SoGLBufferObject, UInt64, UInt64, UInt64)

Copy data from the specified GL buffer object into this buffer object.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public virtual void Memcpy(
	SoGLBufferObject sourceBufferObject,
	ulong destOffset,
	ulong sourceOffset,
	ulong copySize
)

Parameters

sourceBufferObject
Type: OIV.Inventor.DevicesSoGLBufferObject
destOffset
Type: SystemUInt64
sourceOffset
Type: SystemUInt64
copySize
Type: SystemUInt64
Remarks

This is an optimized implementation. See the general memcpy method for more information.

See Also