Struct unity_native_plugin_sys::VkFragmentShadingRateAttachmentInfoKHR [−][src]
#[repr(C)]pub struct VkFragmentShadingRateAttachmentInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pFragmentShadingRateAttachment: *const VkAttachmentReference2,
pub shadingRateAttachmentTexelSize: VkExtent2D,
}Fields
sType: VkStructureTypepNext: *const c_voidpFragmentShadingRateAttachment: *const VkAttachmentReference2shadingRateAttachmentTexelSize: VkExtent2DTrait Implementations
Auto Trait Implementations
impl !Send for VkFragmentShadingRateAttachmentInfoKHR
impl !Sync for VkFragmentShadingRateAttachmentInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more