Function nannou::ui::encode_render_pass[][src]

pub fn encode_render_pass(
    ui: &Ui,
    window: &Window,
    primitives: Primitives<'_>,
    color_attachment_desc: RenderPassColorAttachmentDescriptor<'_>,
    encoder: &mut CommandEncoder
) -> Result<(), DrawToFrameError>

Encode commands for drawing the given primitives.