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 2 of 2

Thread: pixel format not supported

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2011
    Posts
    1

    pixel format not supported

    hi, i am just a beginner in opengl. i am using visual c++ 2005. i downloaded some code from redbook. i am getting error as "Pixel Format not supported" how to rectify?

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Jan 2007
    Posts
    964

    Re: pixel format not supported

    The answer to this one really depends on what hardware you've got, but the simple explanation is that the code is asking for a display format that your hardware doesn't support. Normally a best-fit fallback should be selected automatically for you, but for some reason it's not happening.

    If you post the initialization code it would be easier to point out exactly what's causing the problem, what to change, and what to change it to.

Posting Permissions

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