[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.
This commit is contained in:
Jim Blandy 2024-05-21 10:22:35 -07:00 committed by Teodor Tanasoaia
parent ccccffda19
commit 7fc7f58280

View File

@ -578,7 +578,6 @@ pub struct Frontend<I> {
lookup_type: FastHashMap<spirv::Word, LookupType>,
lookup_void_type: Option<spirv::Word>,
lookup_storage_buffer_types: FastHashMap<Handle<crate::Type>, crate::StorageAccess>,
// Lookup for samplers and sampled images, storing flags on how they are used.
lookup_constant: FastHashMap<spirv::Word, LookupConstant>,
lookup_variable: FastHashMap<spirv::Word, LookupVariable>,
lookup_expression: FastHashMap<spirv::Word, LookupExpression>,