Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2021-04-09 15:59:45 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2021-04-19 13:10:49 +0300
commit5e9c2d060ed04c51147c47138541aa2779b960b0 (patch)
treec4bde2671da09a579711811f4052b154e0bb2e15 /spirv_msl.hpp
parente32c474911781b7a2e0cc1e70f85b7404fc71a65 (diff)
MSL: Cleanup fallback IO block emission.
Need to emit in add_variable_to_iface(). Unifies the code paths a fair bit.
Diffstat (limited to 'spirv_msl.hpp')
-rw-r--r--spirv_msl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/spirv_msl.hpp b/spirv_msl.hpp
index 2059774f..9d47c435 100644
--- a/spirv_msl.hpp
+++ b/spirv_msl.hpp
@@ -990,7 +990,7 @@ protected:
VariableID patch_stage_out_var_id = 0;
VariableID stage_in_ptr_var_id = 0;
VariableID stage_out_ptr_var_id = 0;
- VariableID stage_out_var_id_masked_builtin = 0;
+ VariableID stage_out_masked_builtin_type_id = 0;
// Handle HLSL-style 0-based vertex/instance index.
enum class TriState