Listen to D3D Validation Messages #1383
Labels
area: validation
Issues related to validation, diagnostics, and error handling
external: upstream
Issues happening in lower level APIs or platforms
type: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
It is inconvenient and sometimes impossible to run applications in visual studio to get D3D validation messages. The way we handle vulkan validation is obvious and simple to use.
Describe the solution you'd like
Hook into the debug information through ID3D12InfoQueue and ID3D11InfoQueue
Describe alternatives you've considered
Leave things the way they are.
Additional context
Situations like #1382 might be difficult to debug remotely without this.
The text was updated successfully, but these errors were encountered: