Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec committed Feb 14, 2025
1 parent 225aa5a commit 070827d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions naga/src/proc/type_methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ impl crate::TypeInner {
| crate::TypeInner::Struct { .. }
| crate::TypeInner::Image { .. }
| crate::TypeInner::Sampler { .. }
| crate::TypeInner::AccelerationStructure
| crate::TypeInner::RayQuery
| crate::TypeInner::AccelerationStructure { .. }
| crate::TypeInner::RayQuery { .. }
| crate::TypeInner::BindingArray { .. } => None,
}
}
Expand Down

0 comments on commit 070827d

Please sign in to comment.