Where should I specify OpenGL extension function prototy

Which header should I use? gl.h, gl_ext.h or extenstion_name.h?

I think that your question is about the OpenGL API(?)Your question is a few vague.In OpenGL you should use from the glext.h header file to use from the extensions. gl.h refers to the core functions.
Can you explain more?I should be able to figure out your problem.
-Ehsan-

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.