DiligentGraphics / DiligentSamples

Sample projects demonstrating the usage of Diligent Engine
http://diligentgraphics.com/diligent-engine/samples/
Apache License 2.0
320 stars 80 forks source link

Direct3D12 validation warnings #109

Closed TheMostDiligent closed 11 months ago

TheMostDiligent commented 1 year ago

Running tutorials that only show adapters dialog produces a lot of D3D12 validation warnings:

D3D12 WARNING: ID3D12CommandList::DrawIndexedInstanced: Viewport: 0 is non-empty while the corresponding scissor rectangle is empty.  Nothing will be written to the render target when this viewport is selected.  In D3D12, scissor testing is always enabled. [ EXECUTION WARNING #695: DRAW_EMPTY_SCISSOR_RECTANGLE]
TheMostDiligent commented 11 months ago

This issue does not reproduce anymore