[−][src]Macro vulkano::single_pass_renderpass
macro_rules! single_pass_renderpass { ( $device:expr, attachments: { $($a:tt)* }, pass: { color: [$($color_atch:ident),*], depth_stencil: {$($depth_atch:ident)*}$(,)* $(resolve: [$($resolve_atch:ident),*])*$(,)* } ) => { ... }; }
Builds a RenderPass
object whose template parameter is of indeterminate type.