Searched defs:GraphicsPipelineAbstract (Results 1 – 8 of 8) sorted by relevance
20 ) -> Result<(), CheckDynamicStateValidityError> in check_dynamic_state_validity()
201 pub unsafe trait GraphicsPipelineAbstract: trait
157 pub fn bind_graphics_pipeline<P>(&mut self, pipeline: &P) -> StateCacherOutcome in bind_graphics_pipeline()
394 Gp: ?Sized + GraphicsPipelineAbstract, in bind_pipeline_graphics()
464 Gp: ?Sized + GraphicsPipelineAbstract, in ensure_inside_render_pass_inline()
638 pub(crate) fn bound_pipeline_graphics(&self) -> Option<&dyn GraphicsPipelineAbstract> { in bound_pipeline_graphics()
503 fn bound_pipeline_graphics(&self) -> &dyn GraphicsPipelineAbstract { in bound_pipeline_graphics()
300 fn bound_pipeline_graphics(&self) -> &dyn GraphicsPipelineAbstract { in bind_pipeline_graphics()