Skip to content

Commit

Permalink
Add ShaderAtomic to MTLTextureUsage (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlv24 authored Sep 30, 2024
1 parent 96973ad commit ae7030b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/texture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ bitflags::bitflags! {
const ShaderWrite = 0x0002;
const RenderTarget = 0x0004;
const PixelFormatView = 0x0010;
const ShaderAtomic = 0x0020;
}
}

Expand Down

0 comments on commit ae7030b

Please sign in to comment.