We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f8d03 commit b375adeCopy full SHA for b375ade
source/slang/slang-parameter-binding.cpp
@@ -1232,8 +1232,7 @@ static void addExplicitParameterBindings_GLSL(
1232
}
1233
1234
1235
- if (hlslToVulkanLayoutOptions == nullptr ||
1236
- !hlslToVulkanLayoutOptions->canInferBindings() ||
+ if (hlslToVulkanLayoutOptions == nullptr || !hlslToVulkanLayoutOptions->canInferBindings() ||
1237
!hlslToVulkanLayoutOptions->canInfer(vulkanKind, hlslInfo.space))
1238
{
1239
// If the user did not set how to interpret 'hlsl style bindings', we should map
0 commit comments