MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / EffectConfig

Class EffectConfig

extensions/olcPGEX_Shaders.h:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84namespace olc
85{
86 struct EffectConfig
87 {
88 const std::string sVertexSource;
89 const std::string sPixelSource;
90 const size_t nInputs;
91 const size_t nOutputs;
92 const std::vector<std::tuple<std::string, std::string, std::string>> vAttributes;
93 };
94
95
96 namespace fx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected