KWin
Loading...
Searching...
No Matches
Namespaces | Macros | Typedefs | Functions
glutils_funcs.h File Reference
#include "kwin_export.h"
#include <epoxy/gl.h>
#include <functional>

Go to the source code of this file.

Namespaces

namespace  KWin
 

Macros

#define QOPENGL_H
 
#define QOPENGLF_APIENTRY   GLAPIENTRY
 
#define QOPENGLF_APIENTRYP   GLAPIENTRYP
 

Typedefs

using KWin::glGetGraphicsResetStatus_func = GLenum (*)()
 
using KWin::glReadnPixels_func
 
using KWin::glGetnUniformfv_func = void (*)(GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
 

Functions

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

Macro Definition Documentation

◆ QOPENGL_H

#define QOPENGL_H

Definition at line 20 of file glutils_funcs.h.

◆ QOPENGLF_APIENTRY

#define QOPENGLF_APIENTRY   GLAPIENTRY

Definition at line 23 of file glutils_funcs.h.

◆ QOPENGLF_APIENTRYP

#define QOPENGLF_APIENTRYP   GLAPIENTRYP

Definition at line 27 of file glutils_funcs.h.