CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2004
    Posts
    5

    Question Fastest way to paint screen white?

    Hello I need to paint the entire screen to white. One way to do so is to create a window with full screen and show that window later. But this method is a bit slow, it takes me about several hundred msecs before it finish. Is there any faster way to achieve that?

    Will DirectX have good performance in doing so, I mean paint the entire screen to white? Thanks a lot in advance!

  2. #2
    Join Date
    Apr 2008
    Posts
    5

    Re: Fastest way to paint screen white?

    you can reach thousands of fps with directx

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured