Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: Control VGA Output from program

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2011
    Location
    FL
    Posts
    2

    Control VGA Output from program

    Hello there,

    I have come to OpenGL after hours of researching on how to do what I'd describe below on a Windows environment.

    I wish to control the VGA output from my computer through my code written in C/C++. Basically, i wish to output either a white screen or to extend my computer display.

    Any pointers on the best way to achieve this?

    Thanks

  2. #2
    Senior Member OpenGL Guru
    Join Date
    May 2009
    Posts
    4,725

    Re: Control VGA Output from program

    OpenGL does not deal with "VGA output". That's handled by the windowing system, which implements the swap buffers command. You can create a full-screen window and so forth, but that's about it.

  3. #3
    Junior Member Newbie
    Join Date
    Oct 2011
    Location
    FL
    Posts
    2

    Re: Control VGA Output from program

    Thanks for the response and I understood your point.

    What would you recommend for what I described then?

    Thanks

Posting Permissions

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