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 66 of file EffectDefinition.h.

Member Data Documentation

◆ attributes

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

Definition at line 73 of file EffectDefinition.h.

◆ customSourcePath

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

Definition at line 68 of file EffectDefinition.h.

◆ entryPoint

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

Definition at line 71 of file EffectDefinition.h.

◆ loadPath

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

Definition at line 69 of file EffectDefinition.h.

◆ shaderInterface

ShaderInterfaceDefinition Cogs::Core::ShaderDefinition::shaderInterface

Definition at line 75 of file EffectDefinition.h.


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