diff options
| author | 2021-09-03 23:52:20 +0800 | |
|---|---|---|
| committer | 2021-09-03 23:52:20 +0800 | |
| commit | a7bbaa489755c9847416c8c96f0eefb9e78a50a0 (patch) | |
| tree | 341ab621a49becca148157877d6e57e2a31ba770 /src/shader_recompiler/backend/spirv/emit_context.h | |
| parent | Fix create GraphicsPipelines crash (diff) | |
| download | yuzu-a7bbaa489755c9847416c8c96f0eefb9e78a50a0.tar.gz yuzu-a7bbaa489755c9847416c8c96f0eefb9e78a50a0.tar.xz yuzu-a7bbaa489755c9847416c8c96f0eefb9e78a50a0.zip | |
Rename parameters
Diffstat (limited to 'src/shader_recompiler/backend/spirv/emit_context.h')
| -rw-r--r-- | src/shader_recompiler/backend/spirv/emit_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shader_recompiler/backend/spirv/emit_context.h b/src/shader_recompiler/backend/spirv/emit_context.h index 1023d0ee4..9a76e1ca9 100644 --- a/src/shader_recompiler/backend/spirv/emit_context.h +++ b/src/shader_recompiler/backend/spirv/emit_context.h | |||
| @@ -269,13 +269,13 @@ public: | |||
| 269 | 269 | ||
| 270 | Id input_position{}; | 270 | Id input_position{}; |
| 271 | Id input_front_color{}; | 271 | Id input_front_color{}; |
| 272 | Id input_txt_coord{}; | 272 | Id input_fixed_fnc_texture{}; |
| 273 | std::array<Id, 32> input_generics{}; | 273 | std::array<Id, 32> input_generics{}; |
| 274 | 274 | ||
| 275 | Id output_point_size{}; | 275 | Id output_point_size{}; |
| 276 | Id output_position{}; | 276 | Id output_position{}; |
| 277 | Id output_front_color{}; | 277 | Id output_front_color{}; |
| 278 | Id output_txt_coord; | 278 | Id output_fixed_fnc_texture; |
| 279 | std::array<std::array<GenericElementInfo, 4>, 32> output_generics{}; | 279 | std::array<std::array<GenericElementInfo, 4>, 32> output_generics{}; |
| 280 | 280 | ||
| 281 | Id output_tess_level_outer{}; | 281 | Id output_tess_level_outer{}; |