Gorgon Game Engine
Shader.h File Reference
Include dependency graph for Shader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Shader
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::GL
 This namespace contains underlying graphics library functions.
 
 Gorgon::GL::TextureUnit
 
 Gorgon::GL::UBOBindingPoint
 

Enumerations

enum  Type { Resolution }
 
enum  Type {
  Diffuse, Normal, Specular, Depth,
  AlphaMask
}
 

Functions

unsigned int SetupUBO (int size, int binding_point)
 
void UpdateUBO (unsigned int ubo, int size, void const *const data)