Skip to main content

PhysicalDevicePipelineCreationCacheControlFeaturesEXT

Type Alias PhysicalDevicePipelineCreationCacheControlFeaturesEXT 

Source
pub type PhysicalDevicePipelineCreationCacheControlFeaturesEXT = PhysicalDevicePipelineCreationCacheControlFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDevicePipelineCreationCacheControlFeaturesEXT { pub s_type: StructureType, pub p_next: *mut c_void, pub pipeline_creation_cache_control: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§pipeline_creation_cache_control: u32