pub struct PipelineSampleLocationsStateCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub sample_locations_enable: u32,
pub sample_locations_info: SampleLocationsInfoEXT,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§sample_locations_enable: u32§sample_locations_info: SampleLocationsInfoEXTImplementations§
Trait Implementations§
source§impl Clone for PipelineSampleLocationsStateCreateInfoEXT
impl Clone for PipelineSampleLocationsStateCreateInfoEXT
source§fn clone(&self) -> PipelineSampleLocationsStateCreateInfoEXT
fn clone(&self) -> PipelineSampleLocationsStateCreateInfoEXT
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 Default for PipelineSampleLocationsStateCreateInfoEXT
impl Default for PipelineSampleLocationsStateCreateInfoEXT
source§fn default() -> PipelineSampleLocationsStateCreateInfoEXT
fn default() -> PipelineSampleLocationsStateCreateInfoEXT
Returns the “default value” for a type. Read more