Functions | Variables
GteWGLExtensions.cpp File Reference
#include <Graphics/GL4/GteOpenGL.h>
#include <Graphics/GL4/GL/wglext.h>
#include <cassert>
Include dependency graph for GteWGLExtensions.cpp:

Go to the source code of this file.

Functions

voidGetOpenGLFunctionPointer (char const *name)
 
template<typename PWGLFunction >
static void GetWGLFunction (char const *name, PWGLFunction &function)
 
void InitializeWGL ()
 
int __stdcall wglGetSwapIntervalEXT (void)
 
int __stdcall wglSwapIntervalEXT (int interval)
 

Variables

static PFNWGLGETSWAPINTERVALEXTPROC swglGetSwapIntervalEXT = nullptr
 
static PFNWGLSWAPINTERVALEXTPROC swglSwapIntervalEXT = nullptr
 

Function Documentation

void* GetOpenGLFunctionPointer ( char const *  name)

Definition at line 12 of file GteWGLExtensions.cpp.

template<typename PWGLFunction >
static void GetWGLFunction ( char const *  name,
PWGLFunction &  function 
)
static

Definition at line 18 of file GteWGLExtensions.cpp.

void InitializeWGL ( )

Definition at line 57 of file GteWGLExtensions.cpp.

int __stdcall wglGetSwapIntervalEXT ( void  )

Definition at line 42 of file GteWGLExtensions.cpp.

int __stdcall wglSwapIntervalEXT ( int  interval)

Definition at line 27 of file GteWGLExtensions.cpp.

Variable Documentation

PFNWGLGETSWAPINTERVALEXTPROC swglGetSwapIntervalEXT = nullptr
static

Definition at line 25 of file GteWGLExtensions.cpp.

PFNWGLSWAPINTERVALEXTPROC swglSwapIntervalEXT = nullptr
static

Definition at line 24 of file GteWGLExtensions.cpp.



geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:05