Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs28483 pub struct ExternalFormatANDROIDBuilder<'a> { struct
28487 unsafe impl ExtendsImageCreateInfo for ExternalFormatANDROIDBuilder<'_> {} argument
28489 unsafe impl ExtendsSamplerYcbcrConversionCreateInfo for ExternalFormatANDROIDBuilder<'_> {} implementation
28491 impl<'a> ::std::ops::Deref for ExternalFormatANDROIDBuilder<'a> { implementation
28497 impl<'a> ::std::ops::DerefMut for ExternalFormatANDROIDBuilder<'a> { implementation
28502 impl<'a> ExternalFormatANDROIDBuilder<'a> { implementation