Skip to content

Commit

Permalink
Merge pull request #56 from image-rs/shared-image
Browse files Browse the repository at this point in the history
Shared image
  • Loading branch information
HeroicKatora authored May 11, 2024
2 parents 6a5da26 + 900ce9d commit ba36894
Show file tree
Hide file tree
Showing 7 changed files with 1,209 additions and 187 deletions.
6 changes: 6 additions & 0 deletions texel/src/arc.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@


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

0 comments on commit ba36894

Please sign in to comment.