Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs628 pub smooth_lines: bool, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs44915 pub smooth_lines: Bool32, field
44982 pub fn smooth_lines(mut self, smooth_lines: bool) -> Self { in smooth_lines() method