SoCpuBufferObject Constructor (SbNativeArrayByte) |
Constructor that takes an existing block of CPU memory.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoCpuBufferObject(
SbNativeArray<byte> buffer
)
Public Sub New (
buffer As SbNativeArray(Of Byte)
)
public:
SoCpuBufferObject(
SbNativeArray<unsigned char>^ buffer
)
new :
buffer : SbNativeArray<byte> -> SoCpuBufferObject
Parameters
- buffer
- Type: OIV.Inventor.GenericSbNativeArrayByte
buffer that would be shared by the SoCpuBufferObject instance.
Remarks
This memory is owned, and should be disposed by, the application.
See Also