Home
last modified time | relevance | path

Searched defs:depth_write (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/vulkano/src/pipeline/
Ddepth_stencil.rs34 pub depth_write: bool, field
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.h85 VkBool32 depth_write; member
/external/rust/crates/vulkano/src/pipeline/graphics_pipeline/
Dbuilder.rs1826 pub fn depth_write(mut self, write: bool) -> Self { in depth_write() method