Home
last modified time | relevance | path

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

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