Fix error due to incompatible PR changes

This commit is contained in:
Rua 2024-10-19 14:20:55 +02:00 committed by GitHub
parent 0e9b73c4e0
commit f73e46fc34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
},
);