Simplify resolution scale updates (#5541)
This commit is contained in:
parent
33f544fd92
commit
550fd4a733
4 changed files with 21 additions and 44 deletions
|
@ -376,7 +376,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
var program = _program;
|
||||
var bindingSegments = program.BindingSegments[setIndex];
|
||||
|
||||
if (bindingSegments.Length == 0 && setIndex != PipelineBase.UniformSetIndex)
|
||||
if (bindingSegments.Length == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue