diff options
Diffstat (limited to 'src/shader_recompiler/backend/spirv/emit_context.h')
| -rw-r--r-- | src/shader_recompiler/backend/spirv/emit_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/spirv/emit_context.h b/src/shader_recompiler/backend/spirv/emit_context.h index d2bc0a952..8818269a5 100644 --- a/src/shader_recompiler/backend/spirv/emit_context.h +++ b/src/shader_recompiler/backend/spirv/emit_context.h | |||
| @@ -269,6 +269,7 @@ public: | |||
| 269 | 269 | ||
| 270 | Id input_position{}; | 270 | Id input_position{}; |
| 271 | Id input_front_color{}; | 271 | Id input_front_color{}; |
| 272 | Id input_front_secondary_color{}; | ||
| 272 | Id input_back_color{}; | 273 | Id input_back_color{}; |
| 273 | std::array<Id, 10> input_fixed_fnc_textures{}; | 274 | std::array<Id, 10> input_fixed_fnc_textures{}; |
| 274 | std::array<Id, 32> input_generics{}; | 275 | std::array<Id, 32> input_generics{}; |
| @@ -276,6 +277,7 @@ public: | |||
| 276 | Id output_point_size{}; | 277 | Id output_point_size{}; |
| 277 | Id output_position{}; | 278 | Id output_position{}; |
| 278 | Id output_front_color{}; | 279 | Id output_front_color{}; |
| 280 | Id output_front_secondary_color{}; | ||
| 279 | Id output_back_color{}; | 281 | Id output_back_color{}; |
| 280 | std::array<Id, 10> output_fixed_fnc_textures{}; | 282 | std::array<Id, 10> output_fixed_fnc_textures{}; |
| 281 | std::array<std::array<GenericElementInfo, 4>, 32> output_generics{}; | 283 | std::array<std::array<GenericElementInfo, 4>, 32> output_generics{}; |