Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: stepasite

Search: Search took 0.00 seconds.

  1. Well, let me correct myself. My app is written...

    Well,

    let me correct myself. My app is written in JOGL and runs in MATLAB
    environment. If no hardware OpenGL found, Microsoft GDI renderer is selected by MATLAB.

    Thanks,
    Pavel
  2. My app is written in opengl 1.1. because of...

    My app is written in opengl 1.1. because of Microsoft GDI driver. As it is default software renderer on Windows, I want to have it supported.

    Thanks in advance,
    Pavel
  3. problem when switching color buffer for reading

    Hi,

    calling

    glReadBuffer(GL_FRONT);

    does not suffice on my windows machine when Microsoft GDI renderer selected. glGetError() returns GL_INVALID_OPERATION error in an infinite loop.
    ...
Results 1 to 3 of 3