spottedcat 1.0.0

Rusty SpottedCat simple game engine
Documentation
1
2
3
4
5
#[derive(Debug)]
pub(crate) struct ImagePipeline {
    pub(crate) pipeline: wgpu::RenderPipeline,
    pub(crate) uses_extra_textures: bool,
}