We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.@DaTa.
1 parent fdb09ca commit 897d714Copy full SHA for 897d714
tools/shaderc/shaderc_metal.cpp
@@ -539,7 +539,8 @@ namespace bgfx { namespace metal
539
Uniform un;
540
un.name = program->getUniformName(ii);
541
542
- if (bx::hasSuffix(un.name.c_str(), ".@data") )
+ if (bx::hasSuffix(un.name.c_str(), ".@data")
543
+ || !bx::strFind(un.name.c_str(), ".@data.").isEmpty() )
544
{
545
continue;
546
}
tools/shaderc/shaderc_spirv.cpp
@@ -664,7 +664,8 @@ namespace bgfx { namespace spirv
664
665
666
667
668
669
670
671
0 commit comments