Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs369 pub max_geometry_shader_invocations: u32, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs9166 pub max_geometry_shader_invocations: u32, field
9659 pub fn max_geometry_shader_invocations(mut self, max_geometry_shader_invocations: u32) -> Self { in max_geometry_shader_invocations() method