Function reui::render_pictures

source ·
pub fn render_pictures<'a>(
    encoder: &'a mut CommandEncoder,
    color_view: &'a TextureView,
    depth_view: &'a TextureView,
    bundles: impl IntoIterator<Item = &'a RenderBundle> + 'a,
    clear_color: Option<Color>,
    clear: bool
)