Home
last modified time | relevance | path

Searched refs:TextureLODGatherFormatPropertiesAMDBuilder (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs24512 pub fn builder<'a>() -> TextureLODGatherFormatPropertiesAMDBuilder<'a> { in builder()
24513 TextureLODGatherFormatPropertiesAMDBuilder { in builder()
24520 pub struct TextureLODGatherFormatPropertiesAMDBuilder<'a> { struct
24524 unsafe impl ExtendsImageFormatProperties2 for TextureLODGatherFormatPropertiesAMDBuilder<'_> {} implementation
24526 impl<'a> ::std::ops::Deref for TextureLODGatherFormatPropertiesAMDBuilder<'a> { implementation
24532 impl<'a> ::std::ops::DerefMut for TextureLODGatherFormatPropertiesAMDBuilder<'a> { implementation
24537 impl<'a> TextureLODGatherFormatPropertiesAMDBuilder<'a> { impl