File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1521,7 +1521,6 @@ pub enum Expression {
1521
1521
gather : Option < SwizzleComponent > ,
1522
1522
coordinate : Handle < Expression > ,
1523
1523
array_index : Option < Handle < Expression > > ,
1524
- /// This refers to an expression in [`Module::global_expressions`].
1525
1524
offset : Option < Handle < Expression > > ,
1526
1525
level : SampleLevel ,
1527
1526
depth_ref : Option < Handle < Expression > > ,
@@ -2207,9 +2206,6 @@ pub struct Function {
2207
2206
/// - Various expressions hold [`Type`] handles, and [`Type`]s may refer to
2208
2207
/// global expressions, for things like array lengths.
2209
2208
///
2210
- /// - [`Expression::ImageSample::offset`] refers to an expression in
2211
- /// [`Module::global_expressions`].
2212
- ///
2213
2209
/// An [`Expression`] must occur before all other [`Expression`]s that use
2214
2210
/// its value.
2215
2211
///
You can’t perform that action at this time.
0 commit comments