Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs66266 pub struct PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a> { struct
66270 unsafe impl ExtendsPhysicalDeviceFeatures2
66271 for PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'_> argument
66275 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'_> {} implementation
66277 impl<'a> ::std::ops::Deref for PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a> { implementation
66283 impl<'a> ::std::ops::DerefMut for PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a> { implementation
66288 impl<'a> PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a> { impl