micro_games_kit::loader

Function build_textures

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