Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs71570 pub struct OpticalFlowImageFormatInfoNVBuilder<'a> { struct
71574 unsafe impl ExtendsPhysicalDeviceImageFormatInfo2 for OpticalFlowImageFormatInfoNVBuilder<'_> {} implementation
71576 unsafe impl ExtendsImageCreateInfo for OpticalFlowImageFormatInfoNVBuilder<'_> {} implementation
71578 impl<'a> ::std::ops::Deref for OpticalFlowImageFormatInfoNVBuilder<'a> { implementation
71584 impl<'a> ::std::ops::DerefMut for OpticalFlowImageFormatInfoNVBuilder<'a> { implementation
71589 impl<'a> OpticalFlowImageFormatInfoNVBuilder<'a> { impl