Struct ash::vk::SubpassSampleLocationsEXT  
source · #[repr(C)]pub struct SubpassSampleLocationsEXT {
    pub subpass_index: u32,
    pub sample_locations_info: SampleLocationsInfoEXT,
}Expand description
Fields§
§subpass_index: u32§sample_locations_info: SampleLocationsInfoEXTImplementations§
source§impl SubpassSampleLocationsEXT
 
impl SubpassSampleLocationsEXT
pub fn builder<'a>() -> SubpassSampleLocationsEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SubpassSampleLocationsEXT
 
impl Clone for SubpassSampleLocationsEXT
source§fn clone(&self) -> SubpassSampleLocationsEXT
 
fn clone(&self) -> SubpassSampleLocationsEXT
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 Debug for SubpassSampleLocationsEXT
 
impl Debug for SubpassSampleLocationsEXT
source§impl Default for SubpassSampleLocationsEXT
 
impl Default for SubpassSampleLocationsEXT
source§fn default() -> SubpassSampleLocationsEXT
 
fn default() -> SubpassSampleLocationsEXT
Returns the “default value” for a type. Read more