Function micro_games_kit::loader::build_texture
source · pub fn build_texture(
draw: &mut DrawContext,
graphics: &Graphics<Vertex>,
name: impl Into<Cow<'static, str>>,
image: RgbaImage,
cols: u32,
rows: u32
)