Go to the source code of this file.
Classes | |
| class | galaxy::Shader |
| OpenGL Shader Program. More... | |
Namespaces | |
| namespace | galaxy |
| Application.hpp galaxy. | |
Functions | |
| template<> | |
| void | galaxy::Shader::set_uniform< ray::Vector2 > (const std::string &name, const ray::Vector2 &a) |
| template<> | |
| void | galaxy::Shader::set_uniform< ray::Vector3 > (const std::string &name, const ray::Vector3 &a) |
| template<> | |
| void | galaxy::Shader::set_uniform< ray::Vector4 > (const std::string &name, const ray::Vector4 &a) |
| template<> | |
| void | galaxy::Shader::set_uniform< ray::Matrix > (const std::string &name, const ray::Matrix &a) |
| template<> | |
| void | galaxy::Shader::set_uniform< ray::Texture2D > (const std::string &name, const ray::Texture2D &a) |