microsoft / DirectX-Graphics-Samples

This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
MIT License
6k stars 2.02k forks source link

D3D12Raytracing: Fixed D3D error when resolving unused GPU queries #857

Closed stanard closed 6 months ago

stanard commented 6 months ago

When running a Debug build of D3D12RaytracingProceduralGeometry, the resolution of GPU timestamp queries reported an error because only 2 out of 8 queries had been issued. This has been fixed.

Some other minor improvements were also made to some project files.