Home
last modified time | relevance | path

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

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