mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-16 17:12:29 +00:00
Allow single_pass_renderpass! to work without also using ordered_passes_renderpass in rust 2018 (#1101)
This commit is contained in:
parent
64d67b5d0d
commit
c7ce269aee
@ -19,7 +19,7 @@ macro_rules! single_pass_renderpass {
|
||||
$(resolve: [$($resolve_atch:ident),*])*$(,)*
|
||||
}
|
||||
) => (
|
||||
ordered_passes_renderpass!(
|
||||
$crate::ordered_passes_renderpass!(
|
||||
$device,
|
||||
attachments: { $($a)* },
|
||||
passes: [
|
||||
|
Loading…
Reference in New Issue
Block a user