natiny_resource_shutdown
void natiny_resource_shutdown(void);
Shuts down the resource manager and invalidates all resource handles.
Notes
- Every resource handle becomes invalid immediately. Call this manually only when all resources should be released while the rest of the engine remains active; backend shutdown already performs the same cleanup.