Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/command_buffer/
Dsys.rs392 pub unsafe fn bind_pipeline_graphics<Gp>(&mut self, pipeline: &Gp) in bind_pipeline_graphics() method
/external/rust/crates/vulkano/src/command_buffer/synced/
Dcommands.rs280 pub unsafe fn bind_pipeline_graphics<Gp>(&mut self, pipeline: Gp) in bind_pipeline_graphics() method