Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs62825 pub struct PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> { struct
62829 unsafe impl ExtendsPhysicalDeviceFeatures2
62830 for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'_> argument
62834 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'_> {} implementation
62836 impl<'a> ::std::ops::Deref for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> { implementation
62842 impl<'a> ::std::ops::DerefMut for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> { implementation
62847 impl<'a> PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> { implementation