Struct ash::vk::RenderPassSampleLocationsBeginInfoEXT [−][src]
#[repr(C)]pub struct RenderPassSampleLocationsBeginInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub attachment_initial_sample_locations_count: u32, pub p_attachment_initial_sample_locations: *const AttachmentSampleLocationsEXT, pub post_subpass_sample_locations_count: u32, pub p_post_subpass_sample_locations: *const SubpassSampleLocationsEXT, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
attachment_initial_sample_locations_count: u32
p_attachment_initial_sample_locations: *const AttachmentSampleLocationsEXT
post_subpass_sample_locations_count: u32
p_post_subpass_sample_locations: *const SubpassSampleLocationsEXT
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for RenderPassSampleLocationsBeginInfoEXT
impl !Sync for RenderPassSampleLocationsBeginInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more