#[repr(C)]pub struct RenderingFragmentShadingRateAttachmentInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_view: ImageView,
pub image_layout: ImageLayout,
pub shading_rate_attachment_texel_size: Extent2D,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§image_view: ImageView§image_layout: ImageLayout§shading_rate_attachment_texel_size: Extent2DImplementations§
Trait Implementations§
source§impl Clone for RenderingFragmentShadingRateAttachmentInfoKHR
impl Clone for RenderingFragmentShadingRateAttachmentInfoKHR
source§fn clone(&self) -> RenderingFragmentShadingRateAttachmentInfoKHR
fn clone(&self) -> RenderingFragmentShadingRateAttachmentInfoKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more