mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08: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. |
||
---|---|---|
.. | ||
alsa | ||
alsamidi | ||
backtrace | ||
coreaudio | ||
coremidi | ||
d3d12 | ||
egl | ||
gl_context | ||
gles3 | ||
metal | ||
png | ||
pulseaudio | ||
unix | ||
vulkan | ||
wasapi | ||
windows | ||
winmidi | ||
xaudio2 | ||
register_driver_types.cpp | ||
register_driver_types.h | ||
SCsub |