1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Remove TODO from RenderingDevice regarding thread safety.

This commit is contained in:
Dario
2025-01-03 10:26:44 -03:00
parent bdf625bd54
commit dea083864b

View File

@@ -37,9 +37,6 @@
#include "core/config/project_settings.h"
#include "core/io/dir_access.h"
// TODO: Thread safety
// - Roll back thread safe attribute for RID_Owner members after the read-only/atomic update scheme is implemented.
#define FORCE_SEPARATE_PRESENT_QUEUE 0
#define PRINT_FRAMEBUFFER_FORMAT 0