|
Developer Documentation
|
Public Attributes | |
| ShaderGenDesc | desc |
| std::vector< unsigned int > | mods |
| QString | strVertexTemplate |
| QString | strTessControlTemplate |
| QString | strTessEvaluationTemplate |
| QString | strGeometryTemplate |
| QString | strFragmentTemplate |
| QDateTime | vertexFileLastMod |
| QDateTime | tessControlFileLastMod |
| QDateTime | tessEvaluationFileLastMod |
| QDateTime | geometryFileLastMod |
| QDateTime | fragmentFileLastMod |
| QStringList | macros |
Definition at line 182 of file ShaderCache.hh.
| ShaderGenDesc ACG::ShaderCache::CacheEntry::desc |
Definition at line 184 of file ShaderCache.hh.
| QDateTime ACG::ShaderCache::CacheEntry::fragmentFileLastMod |
Definition at line 199 of file ShaderCache.hh.
| QDateTime ACG::ShaderCache::CacheEntry::geometryFileLastMod |
Definition at line 198 of file ShaderCache.hh.
| QStringList ACG::ShaderCache::CacheEntry::macros |
Definition at line 201 of file ShaderCache.hh.
| std::vector<unsigned int> ACG::ShaderCache::CacheEntry::mods |
Definition at line 185 of file ShaderCache.hh.
| QString ACG::ShaderCache::CacheEntry::strFragmentTemplate |
Definition at line 193 of file ShaderCache.hh.
| QString ACG::ShaderCache::CacheEntry::strGeometryTemplate |
Definition at line 192 of file ShaderCache.hh.
| QString ACG::ShaderCache::CacheEntry::strTessControlTemplate |
Definition at line 190 of file ShaderCache.hh.
| QString ACG::ShaderCache::CacheEntry::strTessEvaluationTemplate |
Definition at line 191 of file ShaderCache.hh.
| QString ACG::ShaderCache::CacheEntry::strVertexTemplate |
Definition at line 189 of file ShaderCache.hh.
| QDateTime ACG::ShaderCache::CacheEntry::tessControlFileLastMod |
Definition at line 196 of file ShaderCache.hh.
| QDateTime ACG::ShaderCache::CacheEntry::tessEvaluationFileLastMod |
Definition at line 197 of file ShaderCache.hh.
| QDateTime ACG::ShaderCache::CacheEntry::vertexFileLastMod |
Definition at line 195 of file ShaderCache.hh.