Skip to main content

SharedRaylibHandle

Type Alias SharedRaylibHandle 

Source
pub type SharedRaylibHandle = Arc<Mutex<RayRenderHandle>>;
Expand description

Shared, mutex-protected raylib handle used across threads for input polling.

Aliased Typeยง

pub struct SharedRaylibHandle { /* private fields */ }