mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
fix vulkan_framebuffer_generate_mips (msvc2017)
{0} initializer
This commit is contained in:
parent
36cbcb12b2
commit
0e20be17cc
@ -3296,7 +3296,7 @@ void vulkan_framebuffer_generate_mips(
|
|||||||
for (i = 1; i < levels; i++)
|
for (i = 1; i < levels; i++)
|
||||||
{
|
{
|
||||||
unsigned src_width, src_height, target_width, target_height;
|
unsigned src_width, src_height, target_width, target_height;
|
||||||
VkImageBlit blit_region = {};
|
VkImageBlit blit_region = {0};
|
||||||
|
|
||||||
/* For subsequent passes, we have to transition
|
/* For subsequent passes, we have to transition
|
||||||
* from DST_OPTIMAL to SRC_OPTIMAL,
|
* from DST_OPTIMAL to SRC_OPTIMAL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user