Type Alias ash::vk::aliases::PhysicalDevicePipelineCreationCacheControlFeaturesEXT
source · pub type PhysicalDevicePipelineCreationCacheControlFeaturesEXT<'a> = PhysicalDevicePipelineCreationCacheControlFeatures<'a>;
Aliased Type§
struct PhysicalDevicePipelineCreationCacheControlFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pipeline_creation_cache_control: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§pipeline_creation_cache_control: u32
§_marker: PhantomData<&'a ()>