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

Function EnableState

engine/graphics/src/graphics.cpp:2241–2244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2239 g_functions.m_SetViewport(context, x, y, width, height);
2240 }
2241 void EnableState(HContext context, State state)
2242 {
2243 g_functions.m_EnableState(context, state);
2244 }
2245 void DisableState(HContext context, State state)
2246 {
2247 g_functions.m_DisableState(context, state);

Callers 5

RenderProfilerFunction · 0.85
TEST_FFunction · 0.85
ParseCommandsFunction · 0.85
RunFunction · 0.85
InitFunction · 0.85

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.68
RunFunction · 0.68
InitFunction · 0.68