mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 15:05:46 +00:00
Rename parameters
This commit is contained in:
parent
b3e5a2f75d
commit
49c66fa4e9
5 changed files with 24 additions and 14 deletions
|
@ -269,13 +269,13 @@ public:
|
|||
|
||||
Id input_position{};
|
||||
Id input_front_color{};
|
||||
Id input_txt_coord{};
|
||||
Id input_fixed_fnc_texture{};
|
||||
std::array<Id, 32> input_generics{};
|
||||
|
||||
Id output_point_size{};
|
||||
Id output_position{};
|
||||
Id output_front_color{};
|
||||
Id output_txt_coord;
|
||||
Id output_fixed_fnc_texture;
|
||||
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