| 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); |
nothing calls this directly
no test coverage detected