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-20 14:03:58 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2021-04-20 14:04:26 +0300
commit96ba044f01c1bb9195914186c17b31691ca1063d (patch)
treeb315edff4fdf5cd1cea8ac2204104c9e2da1a7a2 /spirv_msl.hpp
parent3cb8e7c223a36a769fd76c104398d196674dbe0f (diff)
HLSL: Fix automatic location assignment in block IO.
Diffstat (limited to 'spirv_msl.hpp')
-rw-r--r--spirv_msl.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/spirv_msl.hpp b/spirv_msl.hpp
index 97800ab9..a777dc7f 100644
--- a/spirv_msl.hpp
+++ b/spirv_msl.hpp
@@ -981,7 +981,6 @@ protected:
std::unordered_map<StageSetBinding, std::pair<MSLResourceBinding, bool>, InternalHasher> resource_bindings;
std::unordered_map<StageSetBinding, uint32_t, InternalHasher> resource_arg_buff_idx_to_binding_number;
- uint32_t type_to_location_count(const SPIRType &type) const;
uint32_t next_metal_resource_index_buffer = 0;
uint32_t next_metal_resource_index_texture = 0;