micro_games_kit::loader

Function load_shaders

Source
pub fn load_shaders<const N: usize>(
    draw: &mut DrawContext,
    graphics: &Graphics<Vertex>,
    items: [(&'static str, &str, &str); N],
)