Skip to main content

Crate cotis_macros

Crate cotis_macros 

Source
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.