Skip to content

Commit 7fc7f58

Browse files
jimblandyteoxoy
authored andcommitted
[naga spv-in] Delete misplaced, outdated comment.
This comment had become misplaced - it belongs on `lookup_sampled_image` - but also, that table is no longer "storing flags on how they are used". So the name of the field and type are probably documentation enough.
1 parent ccccffd commit 7fc7f58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

naga/src/front/spv/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ pub struct Frontend<I> {
578578
lookup_type: FastHashMap<spirv::Word, LookupType>,
579579
lookup_void_type: Option<spirv::Word>,
580580
lookup_storage_buffer_types: FastHashMap<Handle<crate::Type>, crate::StorageAccess>,
581-
// Lookup for samplers and sampled images, storing flags on how they are used.
582581
lookup_constant: FastHashMap<spirv::Word, LookupConstant>,
583582
lookup_variable: FastHashMap<spirv::Word, LookupVariable>,
584583
lookup_expression: FastHashMap<spirv::Word, LookupExpression>,

0 commit comments

Comments
 (0)