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-06 16:50:02 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2021-04-19 13:10:49 +0300
commitae7bb41ef491e0777a0d453bef4fb99b2b775fc2 (patch)
tree8cf27f48504b97292e30b351612b25667b8f7aa0 /spirv_msl.hpp
parent3255d6cef0526d575c450a3b4668f2f6dd78c4f6 (diff)
MSL: Test that we can mask location writes in TESC.
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 7a0da6ea..540aecad 100644
--- a/spirv_msl.hpp
+++ b/spirv_msl.hpp
@@ -736,7 +736,7 @@ protected:
// Threadgroup arrays can't have a wrapper type
std::string variable_decl(const SPIRVariable &variable) override;
- bool variable_decl_is_threadgroup_like(const SPIRVariable &variable) const override;
+ bool variable_decl_is_remapped_storage(const SPIRVariable &variable, spv::StorageClass storage) const override;
// GCC workaround of lambdas calling protected functions (for older GCC versions)
std::string variable_decl(const SPIRType &type, const std::string &name, uint32_t id = 0) override;