Struct ash::vk::RenderPassSampleLocationsBeginInfoEXT
source · #[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§
source§impl RenderPassSampleLocationsBeginInfoEXT
impl RenderPassSampleLocationsBeginInfoEXT
pub fn builder<'a>() -> RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for RenderPassSampleLocationsBeginInfoEXT
impl Clone for RenderPassSampleLocationsBeginInfoEXT
source§fn clone(&self) -> RenderPassSampleLocationsBeginInfoEXT
fn clone(&self) -> RenderPassSampleLocationsBeginInfoEXT
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 more