Gem Illuminator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros
Enumerations | Functions
shaderprograms.h File Reference

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)
 

Enumeration Type Documentation

enum ShaderPrograms
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 

Function Documentation

uint qHash ( ShaderPrograms  key,
uint  seed 
)
inline