|
Hymn to Beauty
C++ 3D Engine
|
Super class render program. More...
#include <RenderProgram.hpp>
Public Member Functions | |
| RenderProgram () | |
| Constructor. More... | |
| virtual | ~RenderProgram () |
| Destructor. More... | |
| void | SetGamma (float gamma) |
| Gamma correction. More... | |
| float | GetGamma () const |
| Gamma correction. More... | |
Protected Attributes | |
| float | gamma = 2.2f |
Super class render program.
| RenderProgram::RenderProgram | ( | ) |
Constructor.
|
virtual |
Destructor.
| float RenderProgram::GetGamma | ( | ) | const |
Gamma correction.
| void RenderProgram::SetGamma | ( | float | gamma | ) |
Gamma correction.
| gamma | Gamma to apply. |
|
protected |