Stellarium 0.15.2
List of all members | Public Member Functions | Public Attributes
GLExtFuncs Class Reference

Defines some OpenGL functions not resolved through StelOpenGL (which only contains base OpenGL ES2 functions) Using the QOpenGLFunctions_*_* directly would solve this better, but it conflicts with the current StelOpenGL header dramatically. More...

#include <GLFuncs.hpp>

+ Inheritance diagram for GLExtFuncs:
+ Collaboration diagram for GLExtFuncs:

Public Member Functions

void init (QOpenGLContext *ctx)
 

Public Attributes

PFNGLFRAMEBUFFERTEXTUREPROC glFramebufferTexture
 Since 3.2. More...
 

Detailed Description

Defines some OpenGL functions not resolved through StelOpenGL (which only contains base OpenGL ES2 functions) Using the QOpenGLFunctions_*_* directly would solve this better, but it conflicts with the current StelOpenGL header dramatically.

Definition at line 31 of file GLFuncs.hpp.

Member Data Documentation

PFNGLFRAMEBUFFERTEXTUREPROC GLExtFuncs::glFramebufferTexture

Since 3.2.

Definition at line 35 of file GLFuncs.hpp.


The documentation for this class was generated from the following file: