What DLL name include gl***** functions?

what DLL name include gl***** functions?
for example void glClear(unsigned int flags);
I want to import this function from DLL but cann’t find it.

Maybe it is too obvious, but did you tried opengl32.dll ? The string for glClear is inside.

make sure, that you are using stdcall conversion, because all WINAPI functions are stdcall and not cdcl.

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