|
CeresEngine 0.2.0
A game development framework
|
#include "ShaderType.hpp"#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Macros.hpp"#include "CeresEngine/Foundation/StructEnum.hpp"#include "CeresEngine/Foundation/Container/Vector.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::ShaderBinary |
| A ShaderBinary is an object responsible for wrapping the binary representation of a shader (i.e. More... | |
| class | CeresEngine::ShaderSource |
| A ShaderSource is an object responsible for wrapping the textual representation of a shader (i.e. More... | |
Namespaces | |
| namespace | CeresEngine |
Enumerations | |
| enum class | CeresEngine::ShaderSourceType { CeresEngine::Source , CeresEngine::Binary } |
| Shader source type enumeration. More... | |