Home
last modified time | relevance | path

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

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