Skip to content

Commit

Permalink
Fix error due to incompatible PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Oct 19, 2024
1 parent 0e9b73c commit f73e46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkano/src/command_buffer/commands/dynamic_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ impl<L> AutoCommandBufferBuilder<L> {
self.add_command(
"set_fragment_shading_rate",
Default::default(),
move |out: &mut RawRecordingCommandBuffer| {
move |out: &mut RecordingCommandBuffer| {
out.set_fragment_shading_rate_unchecked(fragment_size, combiner_ops);
},
);
Expand Down

0 comments on commit f73e46f

Please sign in to comment.