MCPcopy Create free account
hub / github.com/DavidColson/Polybox / LuaUnbindTexture

Function LuaUnbindTexture

source/bind_graphics.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232// ***********************************************************************
233
234int LuaUnbindTexture(lua_State* pLua) {
235 UnbindTexture();
236 return 0;
237}
238
239// ***********************************************************************
240

Callers

nothing calls this directly

Calls 1

UnbindTextureFunction · 0.85

Tested by

no test coverage detected