Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/command_buffer/
Dsys.rs377 pub unsafe fn bind_pipeline_compute<Cp>(&mut self, pipeline: &Cp) in bind_pipeline_compute() method
/external/rust/crates/vulkano/src/command_buffer/synced/
Dcommands.rs249 pub unsafe fn bind_pipeline_compute<Cp>(&mut self, pipeline: Cp) in bind_pipeline_compute() method