image-texel 0.4.0

A texel type and allocated buffers suitable for image data.
Documentation
1
2
3
4
5
6


#[derive(Clone, Default)]
pub(crate) struct ArcBuffer {
    inner: Arc<[AlignedAtomic]>,
}