godot/drivers/vulkan
Hanif Bin Ariffin cc2097c79c Better error handling of vkEnumerateInstanceExtensionProperties
Refer: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkEnumerateInstanceExtensionProperties.html
According to the documentation, there are 2 success code:
1. VK_SUCCESS
2. VK_INCOMPLETE

VK_INCOMPLETE will be returned when not all avaiable properties are returned.
2020-11-28 19:28:23 +08:00
..
rendering_device_vulkan.cpp Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
rendering_device_vulkan.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
SCsub vulkan: Backport build fix for MinGW-w64 8.0.0 2020-10-29 12:47:35 +01:00
vulkan_context.cpp Better error handling of vkEnumerateInstanceExtensionProperties 2020-11-28 19:28:23 +08:00
vulkan_context.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00