src/Graphics/DirectX11/DirectX11Renderer.cpp:132
Resize() calls ClearState() and permanently nulls depthStencilState: it is never re-created (single
call site at :132). After any window resize the depth-stencil state is lost and cull mode ends up inverted
for the rest of the session.
Severity: visual.
Found by a full audit of the graphics layer. Assessed severity: visual.
src/Graphics/DirectX11/DirectX11Renderer.cpp:132Resize()callsClearState()and permanently nullsdepthStencilState: it is never re-created (singlecall site at :132). After any window resize the depth-stencil state is lost and cull mode ends up inverted
for the rest of the session.
Severity: visual.
Found by a full audit of the graphics layer. Assessed severity: visual.