We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96973ad commit ae7030bCopy full SHA for ae7030b
src/texture.rs
@@ -42,6 +42,7 @@ bitflags::bitflags! {
42
const ShaderWrite = 0x0002;
43
const RenderTarget = 0x0004;
44
const PixelFormatView = 0x0010;
45
+ const ShaderAtomic = 0x0020;
46
}
47
48
0 commit comments