Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Page 2 of 2 FirstFirst 12
Results 11 to 11 of 11

Thread: Problem with uniform blocks

  1. #11
    Junior Member Regular Contributor
    Join Date
    Aug 2009
    Location
    Poland
    Posts
    109
    We do not know version of GL context requested by the program (glew should default to highest available, but I'm not sure).
    Quote Originally Posted by thokra
    GLEW is in no way responsible for context creation. In fact, you can't even use GLEW without a valid GL context in the first place.
    Sorry, I meant GLUT

    btw. Is there a way to request specific context version (and profile) using glut?

    Edit:
    nevermind, I just asked uncle G:
    glutInitContextVersion(...);
    glutInitContextFlags(...);
    glutInitContextProfile(...);
    Last edited by kowal; 06-29-2012 at 03:57 AM.

Posting Permissions

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