There was an error while loading. Please reload this page.
1 parent 1d8b50e commit b0d7a88Copy full SHA for b0d7a88
1 file changed
src/hal/src/command/mod.rs
@@ -90,8 +90,7 @@ unsafe impl<'a, B: Backend, C, L: Level> Submittable<'a, B, C, L> for &'a Submit
90
}
91
92
/// A convenience alias for not typing out the full signature of a secondary command buffer.
93
-#[allow(type_alias_bounds)]
94
-pub type SecondaryCommandBuffer<'a, B: Backend, C, S: Shot = OneShot> = CommandBuffer<'a, B, C, S, Secondary>;
+pub type SecondaryCommandBuffer<'a, B, C, S = OneShot> = CommandBuffer<'a, B, C, S, Secondary>;
95
96
/// A strongly-typed command buffer that will only implement methods that are valid for the operations
97
/// it supports.
0 commit comments