Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug CanvasItem Redraw is not available #98005

Closed
Rindbee opened this issue Oct 9, 2024 · 4 comments · Fixed by #98652
Closed

Debug CanvasItem Redraw is not available #98005

Rindbee opened this issue Oct 9, 2024 · 4 comments · Fixed by #98652

Comments

@Rindbee
Copy link
Contributor

Rindbee commented Oct 9, 2024

Tested versions

a657ea4

System information

Godot v4.4.dev (842f982) - Linux Mint 22 (Wilma) on X11 - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1050 Ti (nvidia; 535.183.01) - Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz (4 threads)

Issue description

Debug CanvasItem Redraw is unavailable since #92797.

Steps to reproduce

Run the editor from the command line with the --debug-canvas-item-redraw option.

Or enable Debug -> Debug CanvasItem Redraw in the editor menu first, then run the scene.

Minimal reproduction project (MRP)

N/A

@stuartcarnie
Copy link
Contributor

I ported the GLES3 code, and see that it isn't supported there either, which is why it didn't come across. I'll take a look to see what is required to re-introduce it to batching.

@stuartcarnie
Copy link
Contributor

Re-implemented debug-draw support for batching. I believe this is what it should look like (@Calinou / @clayjohn):

CleanShot 2024-10-11 at 06 51 47

@clayjohn
Copy link
Member

@stuartcarnie that's right!

@stuartcarnie
Copy link
Contributor

Will be fixed by #97340

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment