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: Extent2D
Implementations§
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 moresource§impl TaggedStructure for FragmentShadingRateAttachmentInfoKHR
impl TaggedStructure for FragmentShadingRateAttachmentInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR
impl Copy for FragmentShadingRateAttachmentInfoKHR
impl ExtendsSubpassDescription2 for FragmentShadingRateAttachmentInfoKHR
Auto Trait Implementations§
impl Freeze for FragmentShadingRateAttachmentInfoKHR
impl RefUnwindSafe for FragmentShadingRateAttachmentInfoKHR
impl !Send for FragmentShadingRateAttachmentInfoKHR
impl !Sync for FragmentShadingRateAttachmentInfoKHR
impl Unpin for FragmentShadingRateAttachmentInfoKHR
impl UnwindSafe for FragmentShadingRateAttachmentInfoKHR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more