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: pbuffer with Intel 82845G

  1. #1
    Junior Member Newbie
    Join Date
    May 2004
    Posts
    9

    pbuffer with Intel 82845G

    Hi !

    I use a pbuffer to create a texture at runtime.
    This works fine on a Intel 82830M under Windows XP with the latest driver.

    The same app won't work with a Intel 82845G under
    Windows 2000 with the same driver version.

    Instead of my texture it will only draw a grey surface.

    AFAIK there are no errors. Could this be a driver problem ? I wrote to Intel but I'm not sure if they will answer.

    Has anybody experienced similar problems ?
    Does anybody know a fix or workaround ?

    My biggest problem is that I have to work on that PC and developing OpenGL stuff without seeing the result is really difficult.

    Andre

  2. #2
    Junior Member Newbie
    Join Date
    May 2004
    Posts
    9

    Re: pbuffer with Intel 82845G

    I just found an error message:

    WGL Message:System Error: (31):wglCreatePbufferARB:
    WGLERR_PBUFFER_CREATE_DRAWABLE_FAILED

    appears every time in Visual Studio when I try to create a pbuffer.

    Google doesn't know this message. Do you know it ?

    Andre

Posting Permissions

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