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

Function LuaSetCullMode

source/bind_graphics.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100// ***********************************************************************
101
102int LuaSetCullMode(lua_State* pLua) {
103 sg_cull_mode m = (sg_cull_mode)luaL_checknumber(pLua, 1);
104 SetCullMode(m);
105 return 0;
106}
107
108// ***********************************************************************
109

Callers

nothing calls this directly

Calls 1

SetCullModeFunction · 0.85

Tested by

no test coverage detected