Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddynamic_state.rs337 pub fn set_depth_bounds(&mut self, bounds: RangeInclusive<f32>) -> &mut Self { in set_depth_bounds() function
1851 pub unsafe fn set_depth_bounds(&mut self, bounds: RangeInclusive<f32>) { in set_depth_bounds() method
2533 pub unsafe fn set_depth_bounds(&mut self, bounds: RangeInclusive<f32>) { in set_depth_bounds() method
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Ddynamic_state.rs428 pub fn set_depth_bounds(&mut self, bounds: RangeInclusive<f32>) -> &mut Self { in set_depth_bounds() function