Skip to main content
2 of 2
edited body
user avatar
user avatar

Why are all OpenGL function calls prefixed with "q" in the Doom 3 source code?

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.

user30331