#[repr(C)]pub struct PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub multisampled_render_to_single_sampled: u32,
}Expand description
VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
Provided by VK_EXT_multisampled_render_to_single_sampled.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
multisampled_render_to_single_sampled: u32Implementations§
Source§impl PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl Clone for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
fn clone(&self) -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
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 moreimpl Copy for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl !Send for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl !Sync for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl Unpin for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl UnwindSafe for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
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