Type Alias PhysicalDeviceDynamicRenderingFeaturesKHR

Source
pub type PhysicalDeviceDynamicRenderingFeaturesKHR = PhysicalDeviceDynamicRenderingFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceDynamicRenderingFeaturesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub dynamic_rendering: u32, }

Fields§

§s_type: StructureType§p_next: *mut c_void§dynamic_rendering: u32