#[repr(C)]pub struct RenderPassSampleLocationsBeginInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub attachment_initial_sample_locations_count: u32,
pub attachment_initial_sample_locations: *const AttachmentSampleLocationsEXT,
pub post_subpass_sample_locations_count: u32,
pub post_subpass_sample_locations: *const SubpassSampleLocationsEXT,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidattachment_initial_sample_locations_count: u32attachment_initial_sample_locations: *const AttachmentSampleLocationsEXTpost_subpass_sample_locations_count: u32post_subpass_sample_locations: *const SubpassSampleLocationsEXTTrait 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 RenderPassSampleLocationsBeginInfoEXT
impl !Sync for RenderPassSampleLocationsBeginInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more