Cogs.Core
Public Attributes | List of all members
Cogs::Core::ShaderDefinition Struct Reference

Public Attributes

std::string customSourcePath
 
std::string loadPath
 
std::string entryPoint
 
std::vector< AttributeDefinitionattributes
 
ShaderInterfaceDefinition shaderInterface
 

Detailed Description

Definition at line 65 of file EffectDefinition.h.

Member Data Documentation

◆ attributes

std::vector<AttributeDefinition> Cogs::Core::ShaderDefinition::attributes

Definition at line 72 of file EffectDefinition.h.

◆ customSourcePath

std::string Cogs::Core::ShaderDefinition::customSourcePath

Definition at line 67 of file EffectDefinition.h.

◆ entryPoint

std::string Cogs::Core::ShaderDefinition::entryPoint

Definition at line 70 of file EffectDefinition.h.

◆ loadPath

std::string Cogs::Core::ShaderDefinition::loadPath

Definition at line 68 of file EffectDefinition.h.

◆ shaderInterface

ShaderInterfaceDefinition Cogs::Core::ShaderDefinition::shaderInterface

Definition at line 74 of file EffectDefinition.h.


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