Browsing '5SD038': Game Programming II

DirectX Leak Debugging

Yo my peps,
I have put together a small tutorial on how to use the ID3D11Debug interface to debug memory leaks caused by not properly releasing DirectX objects.
So I recently discovered some warning messages in my C++ DirectX application that are printed to the debug output (not the console) when exiting the program.
(Note: due to a faulty WordPress plugin, some code snippets may be broken with random dashes and tab characters, it should […]

/ Comments Off on DirectX Leak Debugging
Program: Programming

DirectX Leak Debugging

Yo my peps,
I have put together a small tutorial on how to use the ID3D11Debug interface to debug memory leaks caused by not properly releasing DirectX objects.
So I recently discovered some warning messages in my C++ DirectX application that are printed to the debug output (not the console) when exiting the program.
(Note: due to a faulty WordPress plugin, some code snippets may be broken with random dashes and tab characters, it should […]

/ Comments Off on DirectX Leak Debugging
Program: Programming