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

Function DeleteTexture

engine/graphics/src/graphics.cpp:2333–2336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2331 return g_functions.m_NewTexture(context, params);
2332 }
2333 void DeleteTexture(HContext context, HTexture t)
2334 {
2335 g_functions.m_DeleteTexture(context, t);
2336 }
2337 void SetTexture(HContext context, HTexture texture, const TextureParams& params)
2338 {
2339 g_functions.m_SetTexture(context, texture, params);

Callers 15

TEST_FFunction · 0.85
TEST_FFunction · 0.85
RecreateTextureFunction · 0.85
~FontMapMethod · 0.85
CompGuiDeleteWorldFunction · 0.85
CompModelDeleteWorldFunction · 0.85
ReleaseResourcesFunction · 0.85
DestroyTextureFunction · 0.85
DispatchCompletedRequestFunction · 0.85
NullDeleteRenderTargetFunction · 0.85

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
CreateTexturesMethod · 0.68