mirror of https://github.com/godotengine/godot
Remove TODO from RenderingDevice regarding thread safety.
This commit is contained in:
parent
bdf625bd54
commit
dea083864b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue