Click or drag to resize
SoCpuBufferUniformMemcpy Method (SoBufferObject, UInt64, UInt64, UInt64)

Memcpy the contents of sourceBufferObject into this buffer object.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override void Memcpy(
	SoBufferObject sourceBufferObject,
	ulong destOffset,
	ulong sourceOffset,
	ulong copySize
)

Parameters

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

Caution note Caution

Only copying the whole content of a UniformBufferObject to another UniformBufferObject is supported.

See Also