Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs33806 pub struct PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'a> { struct
33810 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'_> {} argument
33812 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'_> {} implementation
33814 impl<'a> ::std::ops::Deref for PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'a> { implementation
33820 impl<'a> ::std::ops::DerefMut for PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'a> { implementation
33825 impl<'a> PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'a> { impl