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: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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
Pointer to the buffer to manage.
Remarks
This memory is owned, and should be freed by, the application.
See Also