RenderPassRawExt

Trait RenderPassRawExt 

Source
pub trait RenderPassRawExt<'a> {
    // Required methods
    fn raw_pass(&mut self) -> &mut RenderPass<'static>;
    fn graphics_context(&self) -> &GraphicsContext;
}
Expand description

Extended access to RenderPass internals.

Required Methods§

Source

fn raw_pass(&mut self) -> &mut RenderPass<'static>

Get raw access to the underlying wgpu render pass.

Source

fn graphics_context(&self) -> &GraphicsContext

Get the graphics context.

Implementors§