Type Alias VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR

Source
pub type VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR = VkPhysicalDeviceDynamicRenderingLocalReadFeatures;

Aliased Type§

#[repr(C)]
pub struct VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR { pub sType: u32, pub pNext: *mut c_void, pub dynamicRenderingLocalRead: u32, }

Fields§

§sType: u32§pNext: *mut c_void§dynamicRenderingLocalRead: u32