How to retrieve GraphicsDebug messages?

The GraphicsDevice class provides a property “GraphicsDebug” - but i assume it doesnt work from scratch. How exactly do I have to initialize the graphics device to get debug messages?

Yep, it requires few more steps, but it works (messages will end up in Output)

https://subscription.packtpub.com/book/game-development/9781849697101/1/ch01lvl1sec12/debugging-your-direct3d-application

1 Like