#[repr(C)]pub struct FragmentShadingRateAttachmentInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub fragment_shading_rate_attachment: *const AttachmentReference2,
pub shading_rate_attachment_texel_size: Extent2D,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidfragment_shading_rate_attachment: *const AttachmentReference2shading_rate_attachment_texel_size: Extent2DTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for FragmentShadingRateAttachmentInfoKHR
impl !Sync for FragmentShadingRateAttachmentInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more