walbourn / directx-vs-templates

Direct3D Visual Studio Templates
https://walbourn.github.io/direct3d-game-visual-studio-templates-redux/
MIT License
412 stars 56 forks source link

Cant perform Graphics Debugging with win32 template on NVIDIA devices #33

Closed cpyburn closed 5 years ago

cpyburn commented 5 years ago

Not sure if it is the template, or just an issue with DX12 and NVIDIA, works "OK" on INTEL (very slow). I haven't had issues graphics debugging anything else. Annotation 2019-08-27 054635

walbourn commented 5 years ago

This is a known problem. If you look at the latest versions of the templates in the GitHub repro you will see I changed the DXGI_ERROR_NOT_FOUND to use the SUCCEEDED macro. See this commit