From ca117910da682fbff6b8d75aef5c958049d25e44 Mon Sep 17 00:00:00 2001 From: reduz Date: Tue, 10 Aug 2021 21:50:28 -0300 Subject: Fixes and optimizations to mobile renderer * Only apply final actions to attachments used in the last pass. * Fixes to draw list final action (was using continue instead of read/drop). * Profiling regions inside draw lists now properly throw errors. * Ability to enable gpu profile printing from project settings. (used to debug). --- doc/classes/ProjectSettings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 6eba469e54..fb8776430c 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -423,6 +423,8 @@ Print frames per second to standard output every second. + + Print more information to standard output when running. It displays information such as memory leaks, which scenes and resources are being loaded, etc. -- cgit v1.2.3