Struct for shader source description. More...
#include <IShaderFrontend.hpp>
Collaboration diagram for cae::ShaderSourceDesc:Public Attributes | |
| ShaderID | id |
| ShaderSourceType | type |
| std::string | source |
| ShaderStage | stage |
Struct for shader source description.
Definition at line 42 of file IShaderFrontend.hpp.
| ShaderID cae::ShaderSourceDesc::id |
Definition at line 44 of file IShaderFrontend.hpp.
Referenced by cae::GLSL::compile().
| std::string cae::ShaderSourceDesc::source |
Definition at line 46 of file IShaderFrontend.hpp.
Referenced by cae::GLSL::compile().
| ShaderStage cae::ShaderSourceDesc::stage |
Definition at line 47 of file IShaderFrontend.hpp.
Referenced by cae::GLSL::compile().
| ShaderSourceType cae::ShaderSourceDesc::type |
Definition at line 45 of file IShaderFrontend.hpp.