Home
last modified time | relevance | path

Searched defs:bind_pipeline_graphics (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dbind_push.rs337 pub fn bind_pipeline_graphics(&mut self, pipeline: Arc<GraphicsPipeline>) -> &mut Self { in bind_pipeline_graphics() function
772 pub unsafe fn bind_pipeline_graphics(&mut self, pipeline: Arc<GraphicsPipeline>) { in bind_pipeline_graphics() method
1128 pub unsafe fn bind_pipeline_graphics(&mut self, pipeline: &GraphicsPipeline) { in bind_pipeline_graphics() method
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dbind_push.rs408 pub fn bind_pipeline_graphics(&mut self, pipeline: Arc<GraphicsPipeline>) -> &mut Self { in bind_pipeline_graphics() function