Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs27506 pub struct PhysicalDeviceTimelineSemaphorePropertiesBuilder<'a> { struct
27510 unsafe impl ExtendsPhysicalDeviceProperties2
27511 for PhysicalDeviceTimelineSemaphorePropertiesBuilder<'_> argument
27515 impl<'a> ::std::ops::Deref for PhysicalDeviceTimelineSemaphorePropertiesBuilder<'a> { implementation
27521 impl<'a> ::std::ops::DerefMut for PhysicalDeviceTimelineSemaphorePropertiesBuilder<'a> { implementation
27526 impl<'a> PhysicalDeviceTimelineSemaphorePropertiesBuilder<'a> { impl