MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / release_rendering_thread

Method release_rendering_thread

servers/display_server.cpp:1218–1220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1216}
1217
1218void DisplayServer::release_rendering_thread() {
1219 WARN_PRINT("Rendering thread not supported by this display server.");
1220}
1221
1222void DisplayServer::swap_buffers() {
1223 WARN_PRINT("Swap buffers not supported by this display server.");

Callers 2

initMethod · 0.45
_thread_loopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected