Open asinghvi17 opened 1 year ago
Got this running without errors by commenting set_standard_tonemapping!
out. Unfortunately, that results in a screen which is only noise - even when I comment out the iteration setting code which was causing errors with Hybrid. Attempts to interactively change materials cause RPR_ERROR_UNSUPPORTED
errors to be thrown.
I just tried out RPRMakie from #2801 on a friend's machine, which has a Nvidia 3080 Ti. The Northstar backend works no problem, but the Hybrid backend doesn't get past initializing a screen. Here's the code to reproduce:
and the error is:
Seems like we're using a PostEffect when setting the tone mapping, which RPR disagrees with. Will try to remove that and see what happens...