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

Function DisableTexture

engine/graphics/src/graphics.cpp:2357–2360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2355 g_functions.m_EnableTexture(context, unit, id_index, texture);
2356 }
2357 void DisableTexture(HContext context, uint32_t unit, HTexture texture)
2358 {
2359 g_functions.m_DisableTexture(context, unit, texture);
2360 }
2361 uint32_t GetMaxTextureSize(HContext context)
2362 {
2363 return g_functions.m_GetMaxTextureSize(context);

Callers 4

DispatchComputeFunction · 0.85
DrawFunction · 0.85
TEST_FFunction · 0.85
CheckTextureMethod · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
CheckTextureMethod · 0.68