Struct ash::vk::FragmentShadingRateAttachmentInfoKHR
source · #[repr(C)]pub struct FragmentShadingRateAttachmentInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_fragment_shading_rate_attachment: *const AttachmentReference2,
pub shading_rate_attachment_texel_size: Extent2D,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§p_fragment_shading_rate_attachment: *const AttachmentReference2§shading_rate_attachment_texel_size: Extent2DImplementations§
source§impl FragmentShadingRateAttachmentInfoKHR
impl FragmentShadingRateAttachmentInfoKHR
pub fn builder<'a>() -> FragmentShadingRateAttachmentInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for FragmentShadingRateAttachmentInfoKHR
impl Clone for FragmentShadingRateAttachmentInfoKHR
source§fn clone(&self) -> FragmentShadingRateAttachmentInfoKHR
fn clone(&self) -> FragmentShadingRateAttachmentInfoKHR
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