ClearedInstanceExternalBuffers
This means that even when buffer content didn't changed it will be updated when
functions UpdateVertexBuffer(), UpdateIndexBuffer() and/or transformationBuffer()
are called for this specific instance.
Syntax
// // Strong typing definition // void ClearedInstanceExternalBuffers( OwlInstance owlInstance ); // // Weak typing definition // void __declspec(dllexport) __stdcall ClearedInstanceExternalBuffers( int64_t owlInstance );