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

Function DisableProgram

engine/graphics/src/graphics.cpp:2186–2189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2184 g_functions.m_EnableProgram(context, program);
2185 }
2186 void DisableProgram(HContext context)
2187 {
2188 g_functions.m_DisableProgram(context);
2189 }
2190 bool ReloadProgram(HContext context, HProgram program, ShaderDesc* ddf)
2191 {
2192 DestroyProgram((Program*) program);

Callers 5

TEST_FFunction · 0.85
TEST_FFunction · 0.85
DispatchComputeFunction · 0.85
TEST_FFunction · 0.85
ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
ExecuteMethod · 0.68