Home
last modified time | relevance | path

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

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