You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Add GLES2 2D renderer + Linux display manager
First implementation with Linux display manager. - Add single-threaded mode for EditorResourcePreview (needed for OpenGL). Co-authored-by: clayjohn <claynjohn@gmail.com> Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
This commit is contained in:
@@ -3855,6 +3855,10 @@ void RendererSceneCull::update() {
|
||||
}
|
||||
|
||||
bool RendererSceneCull::free(RID p_rid) {
|
||||
if (p_rid.is_null()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (scene_render->free(p_rid)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user