mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Fix error due to incompatible PR changes
This commit is contained in:
parent
0e9b73c4e0
commit
f73e46fc34
@ -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);
|
||||
},
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user