mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[naga] Remove vestigial false. (#6909)
This commit is contained in:
parent
1963eb7c3f
commit
aa7bec65b9
@ -262,7 +262,7 @@ impl super::Validator {
|
|||||||
| Ti::Array { .. }
|
| Ti::Array { .. }
|
||||||
| Ti::Pointer { .. }
|
| Ti::Pointer { .. }
|
||||||
| Ti::ValuePointer { size: Some(_), .. }
|
| Ti::ValuePointer { size: Some(_), .. }
|
||||||
| Ti::BindingArray { .. } => false,
|
| Ti::BindingArray { .. } => {}
|
||||||
ref other => {
|
ref other => {
|
||||||
log::error!("Indexing of {:?}", other);
|
log::error!("Indexing of {:?}", other);
|
||||||
return Err(ExpressionError::InvalidBaseType(base));
|
return Err(ExpressionError::InvalidBaseType(base));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user