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

Function BeginFrame

engine/graphics/src/graphics.cpp:2065–2068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2063 g_functions.m_GetDefaultTextureFilters(context, out_min_filter, out_mag_filter);
2064 }
2065 void BeginFrame(HContext context)
2066 {
2067 g_functions.m_BeginFrame(context);
2068 }
2069 void Flip(HContext context)
2070 {
2071 g_functions.m_Flip(context);

Callers 4

engine.cppFile · 0.85
StepFrameFunction · 0.85
TEST_FFunction · 0.85
EngineUpdateFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
EngineUpdateFunction · 0.68