Skip to content

v0.9.3

Compare
Choose a tag to compare
@MarkLeone MarkLeone released this 25 Mar 19:47
· 1227 commits to master since this release
  • The DemandLoader interface now provides a setPageTableEntry method, which is helpful for asynchronous resource request handling. In such an approach ResourceCallback can enqueue a request and return false, indicating that the request has not yet been satisfied. Later, when the request has been processed, setPageTableEntry can called to update the page table. Note that it's not necessary to call this method when requests are processed synchronously: if the ResourceCallback returns true, the page table is automatically updated.
  • embed_cuda now generates OptiX IR by default.