MCPcopy Create free account
hub / github.com/defold/defold / Flip

Function Flip

engine/graphics/src/graphics.cpp:2069–2072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2067 g_functions.m_BeginFrame(context);
2068 }
2069 void Flip(HContext context)
2070 {
2071 g_functions.m_Flip(context);
2072 }
2073 void Clear(HContext context, uint32_t flags, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha, float depth, uint32_t stencil)
2074 {
2075 g_functions.m_Clear(context, flags, red, green, blue, alpha, depth, stencil);

Callers 4

TEST_PFunction · 0.50
RunFunction · 0.50
TEST_FFunction · 0.50
EngineUpdateFunction · 0.50

Calls

no outgoing calls

Tested by 4

TEST_PFunction · 0.40
RunFunction · 0.40
TEST_FFunction · 0.40
EngineUpdateFunction · 0.40