Managed Direct3D Fullscreen

Started by
0 comments, last by Namethatnobodyelsetook 19 years, 2 months ago
What steps need to be taken to get a Managed Direct3D application to run in fullscreen? Just changing PresentParameters.Windowed to false isn't enough, and I don't know how to change the video mode or anything like that. Thanks, Max
--------------Trans2D - 2D library for C# / Managed DirectX
Advertisement
Just filling in a valid Format, BackBufferWidth, BackBufferHeight, and RefreshRate (0=default) should do the trick. For a public release you should enum the available modes, but for debugging and development just throw in anything you know your card supports.

This topic is closed to new replies.

Advertisement