| 84 | namespace 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 |
nothing calls this directly
no outgoing calls
no test coverage detected