From 7fc7f58280bf745c93bca373d4f21f71db904f0c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 21 May 2024 10:22:35 -0700 Subject: [PATCH] [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. --- naga/src/front/spv/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/naga/src/front/spv/mod.rs b/naga/src/front/spv/mod.rs index 2b97da46c5..63206d2049 100644 --- a/naga/src/front/spv/mod.rs +++ b/naga/src/front/spv/mod.rs @@ -578,7 +578,6 @@ pub struct Frontend { lookup_type: FastHashMap, lookup_void_type: Option, lookup_storage_buffer_types: FastHashMap, crate::StorageAccess>, - // Lookup for samplers and sampled images, storing flags on how they are used. lookup_constant: FastHashMap, lookup_variable: FastHashMap, lookup_expression: FastHashMap,