#[repr(C)]pub struct MultisamplePropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_sample_location_grid_size: Extent2D,
}Expand description
VkMultisamplePropertiesEXT
Provided by VK_EXT_sample_locations.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MULTISAMPLE_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
max_sample_location_grid_size: Extent2DImplementations§
Source§impl MultisamplePropertiesEXT
impl MultisamplePropertiesEXT
Sourcepub fn builder<'a>() -> MultisamplePropertiesEXTBuilder<'a>
pub fn builder<'a>() -> MultisamplePropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MultisamplePropertiesEXT
impl Clone for MultisamplePropertiesEXT
Source§fn clone(&self) -> MultisamplePropertiesEXT
fn clone(&self) -> MultisamplePropertiesEXT
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 Debug for MultisamplePropertiesEXT
impl Debug for MultisamplePropertiesEXT
Source§impl Default for MultisamplePropertiesEXT
impl Default for MultisamplePropertiesEXT
impl Copy for MultisamplePropertiesEXT
Auto Trait Implementations§
impl Freeze for MultisamplePropertiesEXT
impl RefUnwindSafe for MultisamplePropertiesEXT
impl !Send for MultisamplePropertiesEXT
impl !Sync for MultisamplePropertiesEXT
impl Unpin for MultisamplePropertiesEXT
impl UnsafeUnpin for MultisamplePropertiesEXT
impl UnwindSafe for MultisamplePropertiesEXT
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