Merge pull request #79169 from reduz/debug-canvas-item-redraw
Debug CanvasItem redraw
This commit is contained in:
commit
4b7cc99bc1
14 changed files with 124 additions and 0 deletions
|
|
@ -367,6 +367,12 @@ public:
|
|||
|
||||
void set_time(double p_time);
|
||||
|
||||
virtual void set_debug_redraw(bool p_enabled, double p_time, const Color &p_color) override {
|
||||
if (p_enabled) {
|
||||
WARN_PRINT_ONCE("Debug CanvasItem Redraw is not available yet when using the GL Compatibility backend.");
|
||||
}
|
||||
}
|
||||
|
||||
static RasterizerCanvasGLES3 *get_singleton();
|
||||
RasterizerCanvasGLES3();
|
||||
~RasterizerCanvasGLES3();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue