Why is every OpenGL call prefixed with a "q" in the Doom 3 source code? Are they custom functions or a different library, and if so, why use that over OpenGL? Any Google search comes up with the Qt OpenGL module, which I assume has nothing to do with it.
2 of 2
edited body
Why are all OpenGL function calls prefixed with "q" in the Doom 3 source code?
user30331