Skip to content

Commit 8a34ff3

Browse files
author
Alexey Panteleev
committed
Merged pull request "fix crash when binding mutable bindless layout into a graphic pipeline": #80
2 parents 366ca91 + 21c975c commit 8a34ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/d3d12/d3d12-resource-bindings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ namespace nvrhi::d3d12
11341134
setResourceStatesForBindingSet(bindingSet);
11351135
}
11361136
}
1137-
else if (updateThisSet)
1137+
else if (rootParameterOffset != c_InvalidRootParameterIndex)
11381138
{
11391139
DescriptorTable* descriptorTable = checked_cast<DescriptorTable*>(_bindingSet);
11401140

0 commit comments

Comments
 (0)