Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Jan 20, 2024
1 parent 29a1356 commit 61b66fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx.Graphics.Vulkan/ShaderCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public ShaderCollection(
!IsCompute &&
CanUsePushDescriptors(gd, resourceLayout, IsCompute);

ReadOnlyCollection<ResourceDescriptorCollection> sets = usePushDescriptors ?
ReadOnlyCollection<ResourceDescriptorCollection> sets = usePushDescriptors ?
BuildPushDescriptorSets(gd, resourceLayout.Sets) : resourceLayout.Sets;

_plce = gd.PipelineLayoutCache.GetOrCreate(gd, device, sets, usePushDescriptors);
Expand Down

0 comments on commit 61b66fd

Please sign in to comment.