NVIDIA / VisRTX

NVIDIA OptiX based implementation of ANARI
Other
239 stars 25 forks source link

Only upload the array when actually needed #80

Closed tarcila closed 3 weeks ago

tarcila commented 3 weeks ago

The same device buffer can be referenced by many arrays. In the instancing case, each instance surface data will ref the same device buffer. This change makes sure it is only uploaded once.

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.