Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs39095 pub struct PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'a> { struct
39099 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'_> {} argument
39101 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'_> {} implementation
39103 impl<'a> ::std::ops::Deref for PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'a> { implementation
39109 impl<'a> ::std::ops::DerefMut for PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'a> { implementation
39114 impl<'a> PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'a> { implementation