Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
functionality.

Both the shader program and the buffer descriving the window/screen quad are pretty much constant and usable without modifications by any Opengl window, so it makes sence that they reside inside the renderer object from which the windows are creatted. More...

Variables

GLuint AeonGames::OpenGLRenderer::mOverlayProgram {}
 Raw overlay shader program.
OpenGLBuffer AeonGames::OpenGLRenderer::mOverlayQuad {}
 Overlay quadrilateral.

Detailed Description

Both the shader program and the buffer descriving the window/screen quad are pretty much constant and usable without modifications by any Opengl window, so it makes sence that they reside inside the renderer object from which the windows are creatted.

Variable Documentation

◆ mOverlayProgram

GLuint AeonGames::OpenGLRenderer::mOverlayProgram {}
protected

Raw overlay shader program.

Definition at line 130 of file OpenGLRenderer.hpp.

◆ mOverlayQuad

OpenGLBuffer AeonGames::OpenGLRenderer::mOverlayQuad {}
protected

Overlay quadrilateral.

Definition at line 132 of file OpenGLRenderer.hpp.