Type Alias ash::vk::PhysicalDeviceDynamicRenderingFeaturesKHR

source ·
pub type PhysicalDeviceDynamicRenderingFeaturesKHR = PhysicalDeviceDynamicRenderingFeatures;

Aliased Type§

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