mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-11 16:08:57 +02:00
rx
This commit is contained in:
parent
355e749f7a
commit
7a02bd3be7
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
|||
.customBorderColor = VkClearColorValue{{1.0f, 0.0f, 0.0f, 1.0f}},
|
||||
.format = VK_FORMAT_UNDEFINED,
|
||||
};
|
||||
VkSamplerCreateInfo{
|
||||
VkSamplerCreateInfo sampler_ci{
|
||||
.sType = VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO,
|
||||
.pNext = &border_ci,
|
||||
.flags = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue