mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-16 07:05:16 +00:00
Vulkan: Fix sampler custom border color (#3751)
This commit is contained in:
parent
88a8d1e567
commit
5af1327068
|
@ -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…
Reference in a new issue