Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs27449 pub struct PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a> { struct
27453 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'_> {} implementation
27455 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'_> {} implementation
27457 impl<'a> ::std::ops::Deref for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a> { implementation
27463 impl<'a> ::std::ops::DerefMut for PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a> { implementation
27468 impl<'a> PhysicalDeviceTimelineSemaphoreFeaturesBuilder<'a> { implementation