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

Function LuaTexCoord

source/bind_graphics.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81// ***********************************************************************
82
83int LuaTexCoord(lua_State* pLua) {
84 f32 u = (f32)luaL_checknumber(pLua, 1);
85 f32 v = (f32)luaL_checknumber(pLua, 2);
86 TexCoord(Vec2f(u, v));
87 return 0;
88}
89
90// ***********************************************************************
91

Callers

nothing calls this directly

Calls 1

TexCoordFunction · 0.85

Tested by

no test coverage detected