godot/drivers/vulkan
Riteo 3ef598c9f8 Check for a Vulkan extension before checking its features
For some reason AFAICT mesa reports a feature as enabled even when its
extension isn't supported. The Vulkan specification says nothing aboutd
this so this is technically more of a workaround, but it works.
2022-10-22 15:31:42 +02:00
..
rendering_device_vulkan.cpp Merge pull request #66221 from Mickeon/painstakingly-appending-ds-en-you-tea-es 2022-10-11 16:17:02 +02:00
rendering_device_vulkan.h Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
SCsub Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
vulkan_context.cpp Check for a Vulkan extension before checking its features 2022-10-22 15:31:42 +02:00
vulkan_context.h Added fallback to vkCreateRenderPass if VK_KHR_CREATE_RENDERPASS_2_EXTENSION_NAME isn't supported 2022-10-12 09:31:56 +11:00
vulkan_hooks.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00