Struct oxygengine_ha_renderer::pipeline::Pipeline
source · pub struct Pipeline { /* private fields */ }
Implementations§
source§impl Pipeline
impl Pipeline
pub fn detailed_info(&self) -> PipelineDetailedInfo
pub fn render_targets(&self) -> impl Iterator<Item = RenderTargetId> + '_
pub fn stages_count(&self) -> usize
pub fn cloned_stage_render_queue(&self, index: usize) -> Option<RenderQueue>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Pipeline
impl Send for Pipeline
impl Sync for Pipeline
impl Unpin for Pipeline
impl UnwindSafe for Pipeline
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more