mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[valid] Fix bitflag assignments (#1915)
This commit is contained in:
committed by
GitHub
parent
b688584d87
commit
95d5d165fb
@@ -93,7 +93,7 @@ bitflags::bitflags! {
|
||||
/// Support for non-uniform indexing of uniform buffers and storage texture arrays.
|
||||
const UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING = 0x10;
|
||||
/// Support for non-uniform indexing of samplers.
|
||||
const SAMPLER_NON_UNIFORM_INDEXING = 0x11;
|
||||
const SAMPLER_NON_UNIFORM_INDEXING = 0x20;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user