#[repr(transparent)]pub struct RenderingFragmentShadingRateAttachmentInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> RenderingFragmentShadingRateAttachmentInfoKHRBuilder<'a>
impl<'a> RenderingFragmentShadingRateAttachmentInfoKHRBuilder<'a>
pub fn image_view(self, image_view: ImageView) -> Self
pub fn image_layout(self, image_layout: ImageLayout) -> Self
pub fn shading_rate_attachment_texel_size( self, shading_rate_attachment_texel_size: Extent2D ) -> Self
sourcepub fn build(self) -> RenderingFragmentShadingRateAttachmentInfoKHR
pub fn build(self) -> RenderingFragmentShadingRateAttachmentInfoKHR
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.