File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,14 +313,14 @@ struct LookupVariable {
313
313
type_id : spirv:: Word ,
314
314
}
315
315
316
- /// Information about SPIR-V result ids, stored in `Parser ::lookup_expression`.
316
+ /// Information about SPIR-V result ids, stored in `Frontend ::lookup_expression`.
317
317
#[ derive( Clone , Debug ) ]
318
318
struct LookupExpression {
319
319
/// The `Expression` constructed for this result.
320
320
///
321
321
/// Note that, while a SPIR-V result id can be used in any block dominated
322
322
/// by its definition, a Naga `Expression` is only in scope for the rest of
323
- /// its subtree. `Parser ::get_expr_handle` takes care of spilling the result
323
+ /// its subtree. `Frontend ::get_expr_handle` takes care of spilling the result
324
324
/// to a `LocalVariable` which can then be used anywhere.
325
325
handle : Handle < crate :: Expression > ,
326
326
You can’t perform that action at this time.
0 commit comments