Cogs.Core
|
Public Attributes | |
std::string | customSourcePath |
std::string | loadPath |
std::string | entryPoint |
std::vector< AttributeDefinition > | attributes |
ShaderInterfaceDefinition | shaderInterface |
Definition at line 65 of file EffectDefinition.h.
std::vector<AttributeDefinition> Cogs::Core::ShaderDefinition::attributes |
Definition at line 72 of file EffectDefinition.h.
std::string Cogs::Core::ShaderDefinition::customSourcePath |
Definition at line 67 of file EffectDefinition.h.
std::string Cogs::Core::ShaderDefinition::entryPoint |
Definition at line 70 of file EffectDefinition.h.
std::string Cogs::Core::ShaderDefinition::loadPath |
Definition at line 68 of file EffectDefinition.h.
ShaderInterfaceDefinition Cogs::Core::ShaderDefinition::shaderInterface |
Definition at line 74 of file EffectDefinition.h.