mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
a5070af460
Wayland in particular sets surface_capabilities.currentExtent.width to the special value 0xFFFFFFFF, which is valid per spec. Fixes #98779 It may also fix misc issues when resizing on all platforms. Superseedes PR #98780 , thanks to user tdaven for the original patch. PR #98780 would break Android support as it did not account that width and height might need to be swapped. Replaced manual swap by Godot's SWAP(), which indicates intention much easier. |
||
---|---|---|
.. | ||
godot_vulkan.h | ||
rendering_context_driver_vulkan.cpp | ||
rendering_context_driver_vulkan.h | ||
rendering_device_driver_vulkan.cpp | ||
rendering_device_driver_vulkan.h | ||
SCsub | ||
vulkan_hooks.cpp | ||
vulkan_hooks.h |