Home
last modified time | relevance | path

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

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