This commit is contained in:
2025-01-21 21:27:13 +01:00
parent fdaaa86b7f
commit 7e0664a28f

2
third_party/kvf.h vendored
View File

@@ -1927,7 +1927,7 @@ void kvfDestroySemaphore(VkDevice device, VkSemaphore semaphore)
format.format = VK_FORMAT_R8G8B8A8_SRGB; format.format = VK_FORMAT_R8G8B8A8_SRGB;
else else
format.format = VK_FORMAT_R8G8B8A8_UNORM; format.format = VK_FORMAT_R8G8B8A8_UNORM;
return format return format;
} }
for(uint32_t i = 0; i < support->formats_count; i++) for(uint32_t i = 0; i < support->formats_count; i++)