Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs65876 pub fn builder<'a>() -> AttachmentSampleCountInfoAMDBuilder<'a> { in builder()
65877 AttachmentSampleCountInfoAMDBuilder { in builder()
65884 pub struct AttachmentSampleCountInfoAMDBuilder<'a> { struct
65888 unsafe impl ExtendsCommandBufferInheritanceInfo for AttachmentSampleCountInfoAMDBuilder<'_> {} implementation
65890 unsafe impl ExtendsGraphicsPipelineCreateInfo for AttachmentSampleCountInfoAMDBuilder<'_> {} implementation
65892 impl<'a> ::std::ops::Deref for AttachmentSampleCountInfoAMDBuilder<'a> { implementation
65898 impl<'a> ::std::ops::DerefMut for AttachmentSampleCountInfoAMDBuilder<'a> { implementation
65903 impl<'a> AttachmentSampleCountInfoAMDBuilder<'a> { implementation