Developer Documentation
ACG::ShaderCache::CacheEntry Struct Reference

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
 

Detailed Description

Definition at line 182 of file ShaderCache.hh.

Member Data Documentation

◆ desc

ShaderGenDesc ACG::ShaderCache::CacheEntry::desc

Definition at line 184 of file ShaderCache.hh.

◆ fragmentFileLastMod

QDateTime ACG::ShaderCache::CacheEntry::fragmentFileLastMod

Definition at line 199 of file ShaderCache.hh.

◆ geometryFileLastMod

QDateTime ACG::ShaderCache::CacheEntry::geometryFileLastMod

Definition at line 198 of file ShaderCache.hh.

◆ macros

QStringList ACG::ShaderCache::CacheEntry::macros

Definition at line 201 of file ShaderCache.hh.

◆ mods

std::vector<unsigned int> ACG::ShaderCache::CacheEntry::mods

Definition at line 185 of file ShaderCache.hh.

◆ strFragmentTemplate

QString ACG::ShaderCache::CacheEntry::strFragmentTemplate

Definition at line 193 of file ShaderCache.hh.

◆ strGeometryTemplate

QString ACG::ShaderCache::CacheEntry::strGeometryTemplate

Definition at line 192 of file ShaderCache.hh.

◆ strTessControlTemplate

QString ACG::ShaderCache::CacheEntry::strTessControlTemplate

Definition at line 190 of file ShaderCache.hh.

◆ strTessEvaluationTemplate

QString ACG::ShaderCache::CacheEntry::strTessEvaluationTemplate

Definition at line 191 of file ShaderCache.hh.

◆ strVertexTemplate

QString ACG::ShaderCache::CacheEntry::strVertexTemplate

Definition at line 189 of file ShaderCache.hh.

◆ tessControlFileLastMod

QDateTime ACG::ShaderCache::CacheEntry::tessControlFileLastMod

Definition at line 196 of file ShaderCache.hh.

◆ tessEvaluationFileLastMod

QDateTime ACG::ShaderCache::CacheEntry::tessEvaluationFileLastMod

Definition at line 197 of file ShaderCache.hh.

◆ vertexFileLastMod

QDateTime ACG::ShaderCache::CacheEntry::vertexFileLastMod

Definition at line 195 of file ShaderCache.hh.


The documentation for this struct was generated from the following file: