godot/drivers/vulkan
Rémi Verschelde dfdfee04df Vulkan: Fix struct init for VkClearAttachment
The changes from #38835 were not sufficient to fix #38829, as VkClearAttachment
still had uninitialized member structs in its VkClearColor member struct.

The struct rabbit hole goes deep and trying to do validation as done in #38829
doesn't appear realistic.
2020-07-22 16:31:22 +02:00
..
rendering_device_vulkan.cpp Vulkan: Fix struct init for VkClearAttachment 2020-07-22 16:31:22 +02:00
rendering_device_vulkan.h Fix spelling & grammar in comments, docs, and messages 2020-07-21 15:17:23 -04:00
SCsub Fix extra warnings in Android build 2020-04-10 11:06:11 +02:00
vulkan_context.cpp Fix spelling & grammar in comments, docs, and messages 2020-07-21 15:17:23 -04:00
vulkan_context.h Add error messages if Vulkan init failed, prevent Vulkan context freeing uninitialized device and instance. 2020-07-13 19:24:21 +03:00