dxut

Using DXUTSetWindow in a MFC Direct3D application

I've been experimenting with the DXUT functions for Direct3D applications in the March 2009 DirectX SDK. They seem to have many useful features including auto detection of DirecX10 or DirectX9 and window management features that bypass a lot of the tedious window management tasks generally required by Direct3D. However, I'm having a pr...

Where is DXUT looking for GUI media files?

I'm starting to use DXUTgui in my project, but only the text of the controls are showing up. I suppose it's because the DXUT isn't able to find the media files for the graphical elements. I wasn't able to find references for this in the DXUT sources. My guess is the contents of <DirectX SDK>\Samples\Media\UI are the required files. I've...