Home
last modified time | relevance | path

Searched defs:GraphicsPipelineAbstract (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/vulkano/src/command_buffer/validity/
Ddynamic_state.rs20 ) -> Result<(), CheckDynamicStateValidityError> in check_dynamic_state_validity()
/external/rust/crates/vulkano/src/pipeline/graphics_pipeline/
Dmod.rs201 pub unsafe trait GraphicsPipelineAbstract: trait
/external/rust/crates/vulkano/src/command_buffer/
Dstate_cacher.rs157 pub fn bind_graphics_pipeline<P>(&mut self, pipeline: &P) -> StateCacherOutcome in bind_graphics_pipeline()
Dsys.rs394 Gp: ?Sized + GraphicsPipelineAbstract, in bind_pipeline_graphics()
Dauto.rs464 Gp: ?Sized + GraphicsPipelineAbstract, in ensure_inside_render_pass_inline()
/external/rust/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs638 pub(crate) fn bound_pipeline_graphics(&self) -> Option<&dyn GraphicsPipelineAbstract> { in bound_pipeline_graphics()
Dmod.rs503 fn bound_pipeline_graphics(&self) -> &dyn GraphicsPipelineAbstract { in bound_pipeline_graphics()
Dcommands.rs300 fn bound_pipeline_graphics(&self) -> &dyn GraphicsPipelineAbstract { in bind_pipeline_graphics()