Tagged Questions
3
votes
1answer
110 views
DXGI and 2+ full screen displays on Windows 7
I am developing a program that needs two full screen Direct3D dispalys. According to the documentation I should create the swap chains in windowed mode and then switch to full screen mode. While this ...
5
votes
2answers
280 views
D3D/DXGI handle fullscreen transition
I have a D3D11 application, and I want to add proper fullscreen suport.
Now I can let DXGI switch my window to fullscreen for me, and I'm under the impression that DXGI will take care of everything ...
1
vote
1answer
612 views
DX11 application running on Windows XP using only DX9?
I'm developing an application that utilizes DX11. I know that DX11 is only available on Windows 7 (and Vista with SP). I wonder if there is some way to run the application on Windows XP and use only ...
4
votes
1answer
1k views
Is the new windows 8 sdk usable with visual c++ express 2010 on windows 7?
This is inspired by and related to Is the June 2010 DX SDK really the latest? asked recently but it's a different question.
I won't likely be purchasing the full visual studio 2012 for C++, I intend ...
2
votes
1answer
904 views
Loading textures with SharpDX in Metro
I have converted my C# game from OpenTK (OpenGL) to SharpDX (DirectX) and have it up and running from Visual Studio 2010. I also have it up and running from Visual Studio 11 in Metro, in the Windows 8 ...