Closed
Description
Tested versions
master (4.4.dev)
System information
Android - Vulkan / Samsung Tab S7 - Adreno 6xx
Issue description
VK_QUEUE_TRANSFER_BIT
is not available on most Android devices (optional)
godot/servers/rendering/rendering_device.cpp
Line 6142 in fd4c29a
https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkQueueFlagBits.html
All commands that are allowed on a queue that supports transfer operations are also allowed on a queue that supports either graphics or compute operations. Thus, if the capabilities of a queue family include VK_QUEUE_GRAPHICS_BIT or VK_QUEUE_COMPUTE_BIT, then reporting the VK_QUEUE_TRANSFER_BIT capability separately for that queue family is optional.
Steps to reproduce
Start Android editor or project
Minimal reproduction project (MRP)
N/A