I have the Direct2D debug layer turned on. When my application exits, I get the following output:
D2D DEBUG ERROR - An interface [x] was created but not released. Use 'dps x' to view its allocation stack.
Where x is an address.
What is dps and how can I discover what interface is not being released, and view its allocation stack?
Thanks.