#[repr(transparent)]pub struct FragmentShadingRateAttachmentInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> FragmentShadingRateAttachmentInfoKHRBuilder<'a>
impl<'a> FragmentShadingRateAttachmentInfoKHRBuilder<'a>
pub fn fragment_shading_rate_attachment( self, fragment_shading_rate_attachment: &'a AttachmentReference2 ) -> Self
pub fn shading_rate_attachment_texel_size( self, shading_rate_attachment_texel_size: Extent2D ) -> Self
sourcepub fn build(self) -> FragmentShadingRateAttachmentInfoKHR
pub fn build(self) -> FragmentShadingRateAttachmentInfoKHR
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.