Trait rafx_nodes::ExtractJob[][src]

pub trait ExtractJob<ExtractContextT, PrepareContextT, WriteContextT> {
    fn extract(
        self: Box<Self>,
        extract_context: &ExtractContextT,
        frame_packet: &FramePacket,
        views: &[&RenderView]
    ) -> Box<dyn PrepareJob<PrepareContextT, WriteContextT>>;
fn feature_debug_name(&self) -> &'static str;
fn feature_index(&self) -> RenderFeatureIndex; }

Required methods

fn extract(
    self: Box<Self>,
    extract_context: &ExtractContextT,
    frame_packet: &FramePacket,
    views: &[&RenderView]
) -> Box<dyn PrepareJob<PrepareContextT, WriteContextT>>
[src]

fn feature_debug_name(&self) -> &'static str[src]

fn feature_index(&self) -> RenderFeatureIndex[src]

Loading content...

Implementors

Loading content...