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
The example runs normally, but with Msaa disabled.
Actual result
The example crashes
Reasoning
Currently we setup the texture bindings that the plugin uses at plugin build time, but those bindings are dependent on whether Msaa is enabled or not. They need to be recreated whenever the Msaa resource changes.
This is the reason for the third crash in #11
The text was updated successfully, but these errors were encountered:
Reproduction
Change the
main
function in the pbr example to:Expected
The example runs normally, but with Msaa disabled.
Actual result
The example crashes
Reasoning
Currently we setup the texture bindings that the plugin uses at plugin build time, but those bindings are dependent on whether Msaa is enabled or not. They need to be recreated whenever the Msaa resource changes.
This is the reason for the third crash in #11
The text was updated successfully, but these errors were encountered: