Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
getglprocaddress.h
Go to the documentation of this file.
1 
18 #ifndef ION_PORTGFX_GETGLPROCADDRESS_H_
19 #define ION_PORTGFX_GETGLPROCADDRESS_H_
20 
21 namespace ion {
22 namespace portgfx {
23 
28 ION_API void* GetGlProcAddress(const char* name, bool is_core);
29 
30 } // namespace portgfx
31 } // namespace ion
32 
33 #endif // ION_PORTGFX_GETGLPROCADDRESS_H_
void * GetGlProcAddress(const char *name, bool is_core)
Returns a generic pointer to an OpenGL function or OpenGL extension function with the given name...
std::string name
Definition: printer.cc:324