Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs35282 pub struct PhysicalDeviceMeshShaderFeaturesEXTBuilder<'a> { struct
35286 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMeshShaderFeaturesEXTBuilder<'_> {} implementation
35288 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceMeshShaderFeaturesEXTBuilder<'_> {} implementation
35290 impl<'a> ::std::ops::Deref for PhysicalDeviceMeshShaderFeaturesEXTBuilder<'a> { implementation
35296 impl<'a> ::std::ops::DerefMut for PhysicalDeviceMeshShaderFeaturesEXTBuilder<'a> { implementation
35301 impl<'a> PhysicalDeviceMeshShaderFeaturesEXTBuilder<'a> { impl