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

    Screencapture of directx output?

    From any program? what I am using now just gets the device context of the window and captures it. The problem is that it doesn't know if the screen is done drawing, as most of the time it captures the correct output. But there are also times where it doesn't and it's missing the background or other objects. Would there be a way to know if it's done drawing so that I have what I am actually seeing onscreen?

  2. #2
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Screencapture of directx output?

    Do you want to capture the entire display screen, or, just the DirectX buffer?
    Gort...Klaatu, Barada Nikto!

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