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

Copy data from a CPU buffer into the CUDA buffer.

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

Parameters

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

This function is a specialized function for speed-up. See the regular memcpy function for more information

See Also