MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ObjRender

Method ObjRender

LuaSTGPlus/LuaWrapper.cpp:578–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576 return 0;
577 }
578 static int ObjRender(lua_State* L)LNOEXCEPT
579 {
580 LPOOL.CheckIsMainThread(L);
581 LPOOL.DoRender();
582 return 0;
583 }
584 static int BoundCheck(lua_State* L)LNOEXCEPT
585 {
586 LPOOL.CheckIsMainThread(L);

Callers

nothing calls this directly

Calls 2

CheckIsMainThreadMethod · 0.80
DoRenderMethod · 0.80

Tested by

no test coverage detected