Quick easy glGet question

Started by
0 comments, last by davekerr 22 years, 6 months ago
Every time I call glGetDoublev, or glGetInteger or any of the glGet functions, it returns nothing, in that the variable I pass stays the same. There is nothing wrong with the code (I pass arrays when needed etc) but it is causing real problems. Also, when i come out of selection mode, there are NO hits! This is driving me crazy, please help!
Advertisement
Just a hint : when you call glGetStuff you *must* have a properly allocated rendering context (even if you don''t have to write to it).

This topic is closed to new replies.

Advertisement