Skip to main content

PhysicalDeviceDynamicRenderingFeaturesKHR

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

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§dynamic_rendering: u32