Implement intput and output fixed fnc textures
This commit is contained in:
parent
a7bbaa4897
commit
d994466a08
4 changed files with 25 additions and 19 deletions
|
@ -269,13 +269,13 @@ public:
|
|||
|
||||
Id input_position{};
|
||||
Id input_front_color{};
|
||||
Id input_fixed_fnc_texture{};
|
||||
std::array<Id, 10> input_fixed_fnc_textures{};
|
||||
std::array<Id, 32> input_generics{};
|
||||
|
||||
Id output_point_size{};
|
||||
Id output_position{};
|
||||
Id output_front_color{};
|
||||
Id output_fixed_fnc_texture;
|
||||
std::array<Id, 10> output_fixed_fnc_textures{};
|
||||
std::array<std::array<GenericElementInfo, 4>, 32> output_generics{};
|
||||
|
||||
Id output_tess_level_outer{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue