Struct vulkanalia_sys::SampleLocationsInfoEXT
source · [−]#[repr(C)]pub struct SampleLocationsInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub sample_locations_per_pixel: SampleCountFlags,
pub sample_location_grid_size: Extent2D,
pub sample_locations_count: u32,
pub sample_locations: *const SampleLocationEXT,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsample_locations_per_pixel: SampleCountFlagssample_location_grid_size: Extent2Dsample_locations_count: u32sample_locations: *const SampleLocationEXTTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SampleLocationsInfoEXT
impl !Send for SampleLocationsInfoEXT
impl !Sync for SampleLocationsInfoEXT
impl Unpin for SampleLocationsInfoEXT
impl UnwindSafe for SampleLocationsInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more