Struct ash::vk::PhysicalDeviceDynamicRenderingFeatures
source · #[repr(C)]pub struct PhysicalDeviceDynamicRenderingFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub dynamic_rendering: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§dynamic_rendering: Bool32
Implementations§
source§impl PhysicalDeviceDynamicRenderingFeatures
impl PhysicalDeviceDynamicRenderingFeatures
pub fn builder<'a>() -> PhysicalDeviceDynamicRenderingFeaturesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceDynamicRenderingFeatures
impl Clone for PhysicalDeviceDynamicRenderingFeatures
source§fn clone(&self) -> PhysicalDeviceDynamicRenderingFeatures
fn clone(&self) -> PhysicalDeviceDynamicRenderingFeatures
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 more