Support gl_FogFragCoord attribute
This commit is contained in:
parent
36c21ff6cb
commit
49f9a44235
3 changed files with 58 additions and 48 deletions
|
@ -272,6 +272,7 @@ public:
|
|||
Id input_front_secondary_color{};
|
||||
Id input_back_color{};
|
||||
Id input_back_secondary_color{};
|
||||
Id input_fog_frag_coord{};
|
||||
std::array<Id, 10> input_fixed_fnc_textures{};
|
||||
std::array<Id, 32> input_generics{};
|
||||
|
||||
|
@ -281,6 +282,7 @@ public:
|
|||
Id output_front_secondary_color{};
|
||||
Id output_back_color{};
|
||||
Id output_back_secondary_color{};
|
||||
Id output_fog_frag_coord{};
|
||||
std::array<Id, 10> output_fixed_fnc_textures{};
|
||||
std::array<std::array<GenericElementInfo, 4>, 32> output_generics{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue