Skip to content

Commit

Permalink
Merge branch 'trunk' into ray-tracing-new
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec authored Sep 26, 2024
2 parents fccf8a2 + e7f891b commit cd0e4c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions naga/src/valid/type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,6 @@ impl super::Validator {
)
}
Ti::BindingArray { base, size } => {
if base >= handle {
return Err(TypeError::InvalidArrayBaseType(base));
}
let type_info_mask = match size {
crate::ArraySize::Constant(_) => TypeFlags::SIZED | TypeFlags::HOST_SHAREABLE,
crate::ArraySize::Dynamic => {
Expand Down

0 comments on commit cd0e4c0

Please sign in to comment.