Repro steps: Run Debug build of ModelViewer on a recent Windows Insider build. Alternatively, configure ModelViewer to use the D3D12 Agility SDK and run it on 20H2.
Expected result: application runs, and it emits no debug layer errors
Actual result: It emits lots of errors like this:
D3D12 ERROR: ID3D12CommandQueue::ExecuteCommandLists: Cannot Resolve query that has never been performed for Index [2] in QueryHeap (0x000001E51CC80D40:'GpuTimeStamp QueryHeap') in command list (0x000001E50D9A8AE0:'CommandList'). [ EXECUTION ERROR #1319: RESOLVE_QUERY_INVALID_QUERY_STATE]
This error was added to the debug layer recently.
Repro steps: Run Debug build of ModelViewer on a recent Windows Insider build. Alternatively, configure ModelViewer to use the D3D12 Agility SDK and run it on 20H2.
Expected result: application runs, and it emits no debug layer errors
Actual result: It emits lots of errors like this:
D3D12 ERROR: ID3D12CommandQueue::ExecuteCommandLists: Cannot Resolve query that has never been performed for Index [2] in QueryHeap (0x000001E51CC80D40:'GpuTimeStamp QueryHeap') in command list (0x000001E50D9A8AE0:'CommandList'). [ EXECUTION ERROR #1319: RESOLVE_QUERY_INVALID_QUERY_STATE]
This error was added to the debug layer recently.