[][src]Trait pixel_engine_backend::decals::DrawDecals

pub trait DrawDecals<'a, 'b> where
    'b: 'a, 
{ fn draw_decals(
        &mut self,
        dcm: &'b mut DecalContextManager,
        device: &'b mut Device,
        queue: &'b mut Queue
    ); }

Required methods

fn draw_decals(
    &mut self,
    dcm: &'b mut DecalContextManager,
    device: &'b mut Device,
    queue: &'b mut Queue
)

Loading content...

Implementations on Foreign Types

impl<'a, 'b> DrawDecals<'a, 'b> for RenderPass<'a> where
    'b: 'a, 
[src]

Loading content...

Implementors

Loading content...