Crate rend3_framework

Source

Structs§

AssetLoader
DefaultRoutines
Grabber

Enums§

AssetError
AssetPath
UserResizeEvent
User event which the framework uses to resize on wasm.

Traits§

App

Functions§

async_start
lock
start

Type Aliases§

Event
Mutex
A mutual exclusion primitive useful for protecting shared data
MutexGuard
An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.