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

Method should_swap_buffers

platform/android/display_server_android.cpp:970–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968}
969
970bool DisplayServerAndroid::should_swap_buffers() const {
971 return swap_buffers_flag;
972}
973
974void DisplayServerAndroid::swap_buffers() {
975 swap_buffers_flag = true;

Callers 1

main_loop_iterateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected