File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ Bottom level categories:
4242
4343## Unreleased
4444
45+ ### Bug Fixes
46+
47+ #### General
48+
49+ - Fix limit comparison logic for ` max_inter_stage_shader_variables ` By @ErichDonGubler in [ 9264] ( https://github.com/gfx-rs/wgpu/pull/9264 ) .
50+
4551## v29.0.0 (2026-03-18)
4652
4753### Major Changes
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ macro_rules! with_limits {
4848 $macro_name!( max_buffer_size, Ordering :: Less ) ;
4949 $macro_name!( max_vertex_attributes, Ordering :: Less ) ;
5050 $macro_name!( max_vertex_buffer_array_stride, Ordering :: Less ) ;
51+ $macro_name!( max_inter_stage_shader_variables, Ordering :: Less ) ;
5152 $macro_name!( min_uniform_buffer_offset_alignment, Ordering :: Greater ) ;
5253 $macro_name!( min_storage_buffer_offset_alignment, Ordering :: Greater ) ;
5354 $macro_name!( max_color_attachments, Ordering :: Less ) ;
You can’t perform that action at this time.
0 commit comments