microsoft / DirectX-Graphics-Samples

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

Fallback layer fix missing space in error message #799

Closed HaydnTrigg closed 2 years ago

HaydnTrigg commented 2 years ago

Change to fix string in raytracing fallback layer DispatchRays being called without first calling SetDescriptorHeaps.

"SetDescriptorHeapsbe" becomes "SetDescriptorHeaps be"