KWin
Loading...
Searching...
No Matches
Namespaces | Macros | Functions | Variables
glutils_funcs.cpp File Reference
#include "opengl/glplatform.h"
#include "opengl/glutils.h"

Go to the source code of this file.

Namespaces

namespace  KWin
 

Macros

#define GL_RESOLVE_WITH_EXT(function, symbolName)    function = (function##_func)resolveFunction(#symbolName);
 

Functions

void KWin::glResolveFunctions (const std::function< resolveFuncPtr(const char *)> &resolveFunction)
 

Variables

glGetGraphicsResetStatus_func KWin::glGetGraphicsResetStatus
 
glReadnPixels_func KWin::glReadnPixels
 
glGetnUniformfv_func KWin::glGetnUniformfv
 

Macro Definition Documentation

◆ GL_RESOLVE_WITH_EXT

#define GL_RESOLVE_WITH_EXT ( function,
symbolName )    function = (function##_func)resolveFunction(#symbolName);

Definition at line 15 of file glutils_funcs.cpp.