Advertisement

dx fullscreen

Started by February 09, 2000 07:58 PM
1 comment, last by LeeIsMe 25 years, 1 month ago
I am using the directx context to do all my work. It works properly in windowed mode. When I set it to fullscreen mode it does not clear right. I set the clear color, and updated the screen, but when I showed the screen there was junk on it. Any help? (I posted this mesage in graphics, but I thought I would get more replies here)
What is your fullscreen display mode...? And how do you clear the surface...? I think using Blt() with DDBLTFX to fill the surface is a good method to clear it...
Advertisement
I use the DXContext->Clear() method to clear the surface

This topic is closed to new replies.

Advertisement