Alex
Alex
> I'm afraid you'll have to dig deeper into it, probably by simplifying the project as much as possible and looking at the output of the render graph, #79760 #82602...
@zhmt: Xiaomi Redmi Note 11 Pro 5G, Snapdragon 695, `Adreno 619` ? We have driver (`vulkan.msm8953.so`) crashes on old `Adreno 5xx` devices: ``` 07-25 10:55:48.463 9124 9124 F DEBUG :...
> What i should look in the print render graph results? My recommendation is to render fewer frames: ```gdscript func _ready(): Engine.max_fps = 5 print("======== READY ========") ``` https://github.com/Alex2782/godot/blob/debug_vulkan_shader/servers/rendering/rendering_device_graph.cpp#L642 `TYPE_DRAW_INDEXED`...
Already configured as in the description? https://docs.godotengine.org/en/latest/contributing/development/configuring_an_ide/android_studio.html I also had some crashes where the debugger did not work properly, no breakpoints were positioned. Android Studio / Editor - Dev Build...
@matheusmdx thanks! please try https://github.com/godotengine/godot/pull/92611 again. PR should be prepared, `RENDER_GRAPH_REORDER = 0` if it is an `Adreno 5xx` device. Outdated Some information should appear in the logs as to...
Thank you! I'll try to revise it in the next few days. ------------------ @matheusmdx: `render_graph_reorder` initialization should now be correct: [compare](https://github.com/godotengine/godot/compare/e0f18b11c27261240fae6209a8e11379dfab68f9..b0d14932626be4f737037891dfb7616de1c56c8d)
> duplicating similar logic This PR will not prevent scrolling, but will force `pressed` events within a tolerance limit. A desktop app does not prevent `pressed` events when scrolling with...
https://github.com/godotengine/godot/issues/95532#issuecomment-2307631512 https://github.com/godotengine/godot/issues/93612#issuecomment-2299930862 Two confirmations that this PR also works with `scroll_deadzone = 0`, event `pressed` is no longer canceled as soon as “scrolling” is started. Test on Samsung Tab S7...
Yes, a few weeks ago I also wanted to add new configurations for Android. But then I saw that `pressed` events are also triggered in a desktop app when the...
I tried [Magic Mouse](https://www.apple.com/shop/product/MK2E3AM/A/magic-mouse-white-multi-touch-surface) on MacOs, what I wrote above is not true, the Magic Mouse is not affected. > If there's already a solution, what is the purpose for...