Macro vulkano::single_pass_renderpass[][src]

macro_rules! single_pass_renderpass {
    ($device : expr, attachments : { $($a : tt) * }, pass :
 {
     color : [$($color_atch : ident), *], depth_stencil :
     { $($depth_atch : ident) * } $(,) *
     $(resolve : [$($resolve_atch : ident), *]) * $(,) *
 }) => { ... };
}
Expand description

Builds a RenderPass object whose template parameter is of indeterminate type.