Expand description
Proc-macro attributes that register application entry points for cotis::launch.
Use these when a renderer or runtime owns startup and calls
cotis::launch::cotis_launch or cotis::launch::cotis_launch_async after
its own initialization.
Attribute Macrosยง
- cotis_
start - Registers a synchronous application entry point for platform-controlled launch.
- cotis_
start_ async - Registers an asynchronous application entry point for platform-controlled launch.