Go to the source code of this file.
Enumerations | |
enum | ShaderPrograms { ShaderPrograms::GemProgram, ShaderPrograms::LighRayProgram, ShaderPrograms::EnvMapProgram, ShaderPrograms::SceneProgram, ShaderPrograms::GaussHorizontalProgram, ShaderPrograms::GaussVerticalProgram } |
The ShaderPrograms enum Manage ShaderPrograms with the help of this enum class. If it is neccessary to pass several shader programgs at once, these enums can be used for an explicit association. More... | |
Functions | |
uint | qHash (ShaderPrograms key, uint seed) |
|
strong |
The ShaderPrograms enum Manage ShaderPrograms with the help of this enum class. If it is neccessary to pass several shader programgs at once, these enums can be used for an explicit association.
Enumerator | |
---|---|
GemProgram | |
LighRayProgram | |
EnvMapProgram | |
SceneProgram | |
GaussHorizontalProgram | |
GaussVerticalProgram |
|
inline |