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: Problem with glGetString

  1. #1
    Junior Member Newbie
    Join Date
    Dec 2003
    Location
    Alicante
    Posts
    22

    Problem with glGetString

    I put in my code:

    char *cadena = (char*)glGetString(GL_VENDOR);

    but the value of cadena is unknow... glGetString don't return anything. Anybody know why?

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    3,115

    Re: Problem with glGetString

    Did you forget the rendering context?

Posting Permissions

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