#[repr(C)]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
VkPipelineSampleLocationsStateCreateInfoEXT
Provided by VK_EXT_sample_locations.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
sample_locations_enable: u32§sample_locations_info: SampleLocationsInfoEXTImplementations§
Source§impl PipelineSampleLocationsStateCreateInfoEXT
impl PipelineSampleLocationsStateCreateInfoEXT
Sourcepub fn builder<'a>() -> PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
pub fn builder<'a>() -> PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PipelineSampleLocationsStateCreateInfoEXT
impl Clone for PipelineSampleLocationsStateCreateInfoEXT
Source§fn clone(&self) -> PipelineSampleLocationsStateCreateInfoEXT
fn clone(&self) -> PipelineSampleLocationsStateCreateInfoEXT
Returns a duplicate 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
impl Copy for PipelineSampleLocationsStateCreateInfoEXT
impl ExtendsPipelineMultisampleStateCreateInfo for PipelineSampleLocationsStateCreateInfoEXT
Auto Trait Implementations§
impl Freeze for PipelineSampleLocationsStateCreateInfoEXT
impl RefUnwindSafe for PipelineSampleLocationsStateCreateInfoEXT
impl !Send for PipelineSampleLocationsStateCreateInfoEXT
impl !Sync for PipelineSampleLocationsStateCreateInfoEXT
impl Unpin for PipelineSampleLocationsStateCreateInfoEXT
impl UnsafeUnpin for PipelineSampleLocationsStateCreateInfoEXT
impl UnwindSafe for PipelineSampleLocationsStateCreateInfoEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more