Add framework for avoidance of color flash in new windows

This commit is contained in:
Pedro J. Estébanez 2023-01-11 19:14:43 +01:00
parent 73ab514657
commit d0e37cd04c
11 changed files with 55 additions and 3 deletions

View file

@ -1262,6 +1262,12 @@
Tries to free an object in the RenderingServer.
</description>
</method>
<method name="get_default_clear_color">
<return type="Color" />
<description>
Returns the default clear color which is used when a specific clear color has not been selected.
</description>
</method>
<method name="get_frame_setup_time_cpu" qualifiers="const">
<return type="float" />
<description>