SoGpuBufferObjectMemcpy Method (SoCpuBufferObject, UInt64, UInt64, UInt64) |
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic void Memcpy(
SoCpuBufferObject sourceBufferObject,
ulong destOffset,
ulong sourceOffset,
ulong copySize
)
Public Sub Memcpy (
sourceBufferObject As SoCpuBufferObject,
destOffset As ULong,
sourceOffset As ULong,
copySize As ULong
)
public:
void Memcpy(
SoCpuBufferObject^ sourceBufferObject,
unsigned long long destOffset,
unsigned long long sourceOffset,
unsigned long long copySize
)
member Memcpy :
sourceBufferObject : SoCpuBufferObject *
destOffset : uint64 *
sourceOffset : uint64 *
copySize : uint64 -> unit
Parameters
- sourceBufferObject
- Type: OIV.Inventor.DevicesSoCpuBufferObject
- destOffset
- Type: SystemUInt64
- sourceOffset
- Type: SystemUInt64
- copySize
- Type: SystemUInt64
Remarks
See Also