Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs35005 pub struct PhysicalDeviceMeshShaderFeaturesNVBuilder<'a> { struct
35009 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMeshShaderFeaturesNVBuilder<'_> {} argument
35011 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceMeshShaderFeaturesNVBuilder<'_> {} implementation
35013 impl<'a> ::std::ops::Deref for PhysicalDeviceMeshShaderFeaturesNVBuilder<'a> { implementation
35019 impl<'a> ::std::ops::DerefMut for PhysicalDeviceMeshShaderFeaturesNVBuilder<'a> { implementation
35024 impl<'a> PhysicalDeviceMeshShaderFeaturesNVBuilder<'a> { implementation