Trait rafx_framework::nodes::PrepareJob[][src]

pub trait PrepareJob: Send {
    fn prepare(
        self: Box<Self>,
        prepare_context: &RenderJobPrepareContext,
        frame_packet: &FramePacket,
        views: &[RenderView]
    ) -> (Box<dyn FeatureCommandWriter>, FeatureSubmitNodes);
fn feature_debug_name(&self) -> &'static str;
fn feature_index(&self) -> RenderFeatureIndex; }

Required methods

fn prepare(
    self: Box<Self>,
    prepare_context: &RenderJobPrepareContext,
    frame_packet: &FramePacket,
    views: &[RenderView]
) -> (Box<dyn FeatureCommandWriter>, FeatureSubmitNodes)
[src]

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

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

Loading content...

Implementors

Loading content...