Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs34787 pub struct PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> { struct
34791 unsafe impl ExtendsPhysicalDeviceFeatures2
34792 for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'_> argument
34796 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'_> {} implementation
34798 impl<'a> ::std::ops::Deref for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> { implementation
34804 impl<'a> ::std::ops::DerefMut for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> { implementation
34809 impl<'a> PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> { implementation