HybridRenderingEngine icon indicating copy to clipboard operation
HybridRenderingEngine copied to clipboard

Occasionally on load, the entire scene is just red or black

Open Kermalis opened this issue 3 years ago • 1 comments

image

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

Kermalis avatar May 11 '22 08:05 Kermalis

I had another instance where everything was black image

Again, only the model was affected. Sponza with no IBL

One more boot after, and everything is back to normal image

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 avatar May 11 '22 08:05 Kermalis