|
Nugget
|
Functions | |
| void | abort (const char *msg, std::source_location location=std::source_location::current()) |
| void | abort () |
| void | pumpCallbacks () |
| void | prepare (Application &) |
| void | addInitializer (eastl::function< void(Application &)> &&lambda) |
| void | addOnFrame (eastl::function< void()> &&lambda) |
| void | beginFrame () |
| void | crashHandler (uint32_t exceptionCode, uint32_t *kernelRegisters) |
| void psyqo::Kernel::Internal::abort | ( | ) |
| void psyqo::Kernel::Internal::abort | ( | const char * | msg, |
| std::source_location | location = std::source_location::current() |
||
| ) |
| void psyqo::Kernel::Internal::addInitializer | ( | eastl::function< void(Application &)> && | lambda | ) |
| void psyqo::Kernel::Internal::beginFrame | ( | ) |
| void psyqo::Kernel::Internal::prepare | ( | Application & | application | ) |
| void psyqo::Kernel::Internal::pumpCallbacks | ( | ) |