Allow single_pass_renderpass! to work without also using ordered_passes_renderpass in rust 2018 (#1101)

This commit is contained in:
Lucas Kent 2018-11-03 15:14:46 +11:00 committed by GitHub
parent 64d67b5d0d
commit c7ce269aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ macro_rules! single_pass_renderpass {
$(resolve: [$($resolve_atch:ident),*])*$(,)*
}
) => (
ordered_passes_renderpass!(
$crate::ordered_passes_renderpass!(
$device,
attachments: { $($a)* },
passes: [