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

Method gl_window_make_current

servers/display_server.cpp:631–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631void DisplayServer::gl_window_make_current(DisplayServer::WindowID p_window_id) {
632 // noop except in gles
633}
634
635void DisplayServer::window_set_ime_active(const bool p_active, WindowID p_window) {
636 WARN_PRINT("IME not supported by this display server.");

Callers 2

_thread_loopMethod · 0.45
_draw_viewportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected