Support gl_BackSecondaryColor attribute

This commit is contained in:
vonchenplus 2021-10-26 23:14:40 +08:00
parent 92bebecf46
commit 36c21ff6cb
3 changed files with 33 additions and 0 deletions

View file

@ -271,6 +271,7 @@ public:
Id input_front_color{};
Id input_front_secondary_color{};
Id input_back_color{};
Id input_back_secondary_color{};
std::array<Id, 10> input_fixed_fnc_textures{};
std::array<Id, 32> input_generics{};
@ -279,6 +280,7 @@ public:
Id output_front_color{};
Id output_front_secondary_color{};
Id output_back_color{};
Id output_back_secondary_color{};
std::array<Id, 10> output_fixed_fnc_textures{};
std::array<std::array<GenericElementInfo, 4>, 32> output_generics{};