Vulkan: Fix sampler custom border color (#3751)
This commit is contained in:
parent
c223c87533
commit
fd680457a1
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
};
|
||||
|
||||
samplerCreateInfo.PNext = &customBorderColor;
|
||||
samplerCreateInfo.BorderColor = BorderColor.FloatCustomExt;
|
||||
}
|
||||
|
||||
gd.Api.CreateSampler(device, samplerCreateInfo, null, out var sampler).ThrowOnError();
|
||||
|
|
Loading…
Add table
Reference in a new issue