You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we found a problem when running our modified accumulatePass. We replaced texture used to write results with buffer for recording the entire gbuffer and got a large performance gap.The version with buffer needed 50S to render a 19201080400spp image and with texture only 1S. Miracly, this problem was not found on windows.
The text was updated successfully, but these errors were encountered:
we found a problem when running our modified accumulatePass. We replaced texture used to write results with buffer for recording the entire gbuffer and got a large performance gap.The version with buffer needed 50S to render a 19201080400spp image and with texture only 1S. Miracly, this problem was not found on windows.
The text was updated successfully, but these errors were encountered: