Skip to main content

VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT

Type Alias VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT 

Source
pub type VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT = VkPhysicalDevicePipelineCreationCacheControlFeatures;
Expand description

VkPhysicalDevicePipelineCreationCacheControlFeatures

Aliased Type§

#[repr(C)]
pub struct VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT { pub sType: VkStructureType, pub pNext: *mut c_void, pub pipelineCreationCacheControl: u32, }

Fields§

§sType: VkStructureType§pNext: *mut c_void§pipelineCreationCacheControl: u32