SoAlgorithmsCreateBufferObject Method |
Returns an instance of a SoBufferObject according to the hardware used by the loaded module (eg.
Namespace: OIV.Inventor.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoBufferObject CreateBufferObject()
Public Function CreateBufferObject As SoBufferObject
public:
SoBufferObject^ CreateBufferObject()
member CreateBufferObject : unit -> SoBufferObject
Return Value
Type:
SoBufferObjectAn Instance of a SoBufferObject.
RemarksIt returns an SoCudaBufferObject if a CUDA module was loaded.).
If there is no loaded module this function returns an SoCpuBufferObject.
See Also