@@ -765,7 +765,7 @@ fn image_operands_make_texel_visible_requires_vulkan_memory_model_capability() {
765765 let int_0 = builder. constant_bit32 ( int, 0 ) ;
766766 let float_0 = builder. constant_bit32 ( float, 0.0f32 . to_bits ( ) ) ;
767767 let coord = builder. constant_composite ( v2int, [ int_0, int_0] ) ;
768- let texel = builder. constant_composite ( v4float, [ float_0, float_0, float_0, float_0] ) ;
768+ let _texel = builder. constant_composite ( v4float, [ float_0, float_0, float_0, float_0] ) ;
769769 let img = builder. variable (
770770 ptr,
771771 None ,
@@ -845,7 +845,7 @@ fn image_operands_make_texel_visible_allows_vulkan_memory_model_capability() {
845845 let int_0 = builder. constant_bit32 ( int, 0 ) ;
846846 let float_0 = builder. constant_bit32 ( float, 0.0f32 . to_bits ( ) ) ;
847847 let coord = builder. constant_composite ( v2int, [ int_0, int_0] ) ;
848- let texel = builder. constant_composite ( v4float, [ float_0, float_0, float_0, float_0] ) ;
848+ let _texel = builder. constant_composite ( v4float, [ float_0, float_0, float_0, float_0] ) ;
849849 let img = builder. variable (
850850 ptr,
851851 None ,
0 commit comments