Loading...
Searching...
No Matches
Gfx::ProcessedProgram Struct Reference
Inheritance diagram for Gfx::ProcessedProgram:
Public Attributes | |
| isf::descriptor | descriptor |
Public Attributes inherited from Gfx::ShaderSource | |
| ProgramType | type {} |
| QString | vertex |
| QString | fragment |
Additional Inherited Members | |
Public Types inherited from Gfx::ShaderSource | |
| using | ProgramType = isf::parser::ShaderType |
Public Member Functions inherited from Gfx::ShaderSource | |
| ShaderSource (const ShaderSource &)=default | |
| ShaderSource (ShaderSource &&)=default | |
| ShaderSource (const QString &vert, const QString &frag) | |
| ShaderSource (const std::vector< QString > &vec) | |
| ShaderSource (ProgramType tp, const QString &vert, const QString &frag) | |
| ShaderSource (ProgramType tp, const std::vector< QString > &vec) | |
| ShaderSource (ProgramType tp, std::vector< QString > &&vec) | |
| ShaderSource & | operator= (const ShaderSource &)=default |
| ShaderSource & | operator= (ShaderSource &&)=default |
Static Public Attributes inherited from Gfx::ShaderSource | |
| static const std::array< MemberSpec, 2 > | specification |
The documentation for this struct was generated from the following file:
Public Attributes inherited from