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: GL error: stack underflow

  1. #1
    Junior Member Newbie
    Join Date
    Jul 2001
    Location
    Hattiesburg, MS, U.S.A
    Posts
    16

    GL error: stack underflow

    I use the select buffer to do the selection, after i try to select something , I get GL_Error: stack underflow, what's wrong? but the selection still works. My program run on sgi machine

  2. #2
    Junior Member Regular Contributor
    Join Date
    Nov 2000
    Location
    State College, PA
    Posts
    204

    Re: GL error: stack underflow

    You are popping something off a matrix that doesn't have anything on it. Check to make sure that your push/pops line up.

    Chris

Posting Permissions

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