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 skyboxes are unaffected when this happens, so it must be one of the other shaders (like the BRDF lut or something). The exact cause is unknown though, because it's a random chance to occur on every boot. Even though I'm familiar with the codebase at this point, I have no idea what causes it
The text was updated successfully, but these errors were encountered:
Again, only the model was affected. Sponza with no IBL
One more boot after, and everything is back to normal
The exe and shaders aren't even being touched so there's probably some race condition in a compute shader, or some opengl code with undefined behavior. But compute shaders are more likely due to the random nature of this
Kermalis
changed the title
Occasionally on load, the entire scene is just red
Occasionally on load, the entire scene is just red or black
May 11, 2022
The skyboxes are unaffected when this happens, so it must be one of the other shaders (like the BRDF lut or something). The exact cause is unknown though, because it's a random chance to occur on every boot. Even though I'm familiar with the codebase at this point, I have no idea what causes it
The text was updated successfully, but these errors were encountered: