pub type VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT = VkPhysicalDevicePipelineCreationCacheControlFeatures;Aliased Type§
#[repr(C)]pub struct VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT {
pub sType: u32,
pub pNext: *mut c_void,
pub pipelineCreationCacheControl: u32,
}Fields§
§sType: u32§pNext: *mut c_void§pipelineCreationCacheControl: u32