Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Namespaces | Functions
gl_load.hpp File Reference

C++ header to include if you want to initialize OpenGL. More...

#include "_int_load_test.hpp"

Go to the source code of this file.

Namespaces

namespace  glload
 The core namespace for the C++ interface for the OpenGL initialization functions.
 

Functions

glload::LoadTest glload::LoadFunctions ()
 Loads all of the function pointers available. More...
 
int glload::GetMajorVersion ()
 
int glload::GetMinorVersion ()
 
int glload::IsVersionGEQ (int testMajorVersion, int testMinorVersion)
 

Detailed Description

C++ header to include if you want to initialize OpenGL.