show-image 0.14.1

quickly show images in a window for debugging
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod buffer;
mod gpu_image;
#[cfg(feature = "save")]
mod map_buffer;
mod retain_mut;
mod uniforms_buffer;

pub use buffer::create_buffer_with_value;
pub use gpu_image::GpuImage;
pub use gpu_image::GpuImageUniforms;
#[cfg(feature = "save")]
pub use map_buffer::map_buffer;
pub use retain_mut::RetainMut;
pub use uniforms_buffer::{ToStd140, UniformsBuffer};