aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/shaderwriter/fix-template.diff
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/shaderwriter/fix-template.diff
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/shaderwriter/fix-template.diff')
-rw-r--r--vcpkg/ports/shaderwriter/fix-template.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/shaderwriter/fix-template.diff b/vcpkg/ports/shaderwriter/fix-template.diff
new file mode 100644
index 0000000..244a091
--- /dev/null
+++ b/vcpkg/ports/shaderwriter/fix-template.diff
@@ -0,0 +1,13 @@
+diff --git a/include/ShaderWriter/CompositeTypes/StructInstanceHelper.hpp b/include/ShaderWriter/CompositeTypes/StructInstanceHelper.hpp
+index 39bdee2..26a1e74 100644
+--- a/include/ShaderWriter/CompositeTypes/StructInstanceHelper.hpp
++++ b/include/ShaderWriter/CompositeTypes/StructInstanceHelper.hpp
+@@ -61,7 +61,7 @@ namespace sdw
+ {
+ static_assert( hasFieldByName< FieldNameT >() );
+ using FieldT = decltype( getFieldByName< FieldNameT >() );
+- return FieldT::template get( *this );
++ return FieldT::get( *this );
+ }
+
+ static type::BaseStructPtr makeType( type::TypesCache & cache )