| 570 | return 0; |
| 571 | } |
| 572 | static int ObjFrame(lua_State* L)LNOEXCEPT |
| 573 | { |
| 574 | LPOOL.CheckIsMainThread(L); |
| 575 | LPOOL.DoFrame(); |
| 576 | return 0; |
| 577 | } |
| 578 | static int ObjRender(lua_State* L)LNOEXCEPT |
| 579 | { |
| 580 | LPOOL.CheckIsMainThread(L); |
nothing calls this directly
no test coverage detected