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

Function DisableState

engine/graphics/src/graphics.cpp:2245–2248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2243 g_functions.m_EnableState(context, state);
2244 }
2245 void DisableState(HContext context, State state)
2246 {
2247 g_functions.m_DisableState(context, state);
2248 }
2249 void SetBlendFunc(HContext context, BlendFactor source_factor, BlendFactor destinaton_factor)
2250 {
2251 g_functions.m_SetBlendFunc(context, source_factor, destinaton_factor);

Callers 3

RenderProfilerFunction · 0.85
ParseCommandsFunction · 0.85
RunFunction · 0.85

Calls

no outgoing calls

Tested by 1

RunFunction · 0.68