Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs40190 pub struct PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> { struct
40194 unsafe impl ExtendsPhysicalDeviceFeatures2
40195 for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'_> argument
40199 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'_> {} implementation
40201 impl<'a> ::std::ops::Deref for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> { implementation
40207 impl<'a> ::std::ops::DerefMut for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> { implementation
40212 impl<'a> PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> { impl