Type Alias kas::app::Default

source ·
pub type Default<Data, T = FlatTheme> = Application<Data, WgpuBuilder<()>, T>;
Expand description

Application pre-launch state, configured with the default graphics backend

Aliased Type§

struct Default<Data, T = FlatTheme> { /* private fields */ }