UpdateInstanceTransformationBuffer
It is expected to be called with a buffer vertexBuffer of at least the size as
given by CalculateInstances().
If not called for the first time it will expect to contain the same content as
from previous call, even is size is changed. This can be overruled by
the function ClearedExternalBuffers().
Syntax
// // Strong typing definition // int64_t UpdateInstanceTransformationBuffer( OwlInstance owlInstance, double * transformationBuffer ); // // Weak typing definition // int64_t __declspec(dllexport) __stdcall UpdateInstanceTransformationBuffer( int64_t owlInstance, double * transformationBuffer );