Home
last modified time | relevance | path

Searched refs:clusterculling_shader (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs51431 pub clusterculling_shader: Bool32, field
51440 clusterculling_shader: Bool32::default(), in default()
51485 pub fn clusterculling_shader(mut self, clusterculling_shader: bool) -> Self { in clusterculling_shader() method
51486 self.inner.clusterculling_shader = clusterculling_shader.into(); in clusterculling_shader()