vulkan-3.6.4: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Extensions.VK_EXT_pipeline_creation_cache_control

Synopsis

Documentation

data PhysicalDevicePipelineCreationCacheControlFeaturesEXT Source #

VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT - Structure describing whether pipeline cache control can be supported by an implementation

Members

The members of the PhysicalDevicePipelineCreationCacheControlFeaturesEXT structure describe the following features:

Description

If the PhysicalDevicePipelineCreationCacheControlFeaturesEXT structure is included in the pNext chain of PhysicalDeviceFeatures2, it is filled with values indicating whether the feature is supported. PhysicalDevicePipelineCreationCacheControlFeaturesEXT can also be used in the pNext chain of DeviceCreateInfo to enable features.

Valid Usage (Implicit)

See Also

Bool32, StructureType

Constructors

PhysicalDevicePipelineCreationCacheControlFeaturesEXT 

Fields

Instances

Instances details
Eq PhysicalDevicePipelineCreationCacheControlFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pipeline_creation_cache_control

Show PhysicalDevicePipelineCreationCacheControlFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pipeline_creation_cache_control

Generic PhysicalDevicePipelineCreationCacheControlFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pipeline_creation_cache_control

Storable PhysicalDevicePipelineCreationCacheControlFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pipeline_creation_cache_control

FromCStruct PhysicalDevicePipelineCreationCacheControlFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pipeline_creation_cache_control

ToCStruct PhysicalDevicePipelineCreationCacheControlFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pipeline_creation_cache_control

Zero PhysicalDevicePipelineCreationCacheControlFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pipeline_creation_cache_control

type Rep PhysicalDevicePipelineCreationCacheControlFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pipeline_creation_cache_control

type Rep PhysicalDevicePipelineCreationCacheControlFeaturesEXT = D1 ('MetaData "PhysicalDevicePipelineCreationCacheControlFeaturesEXT" "Vulkan.Extensions.VK_EXT_pipeline_creation_cache_control" "vulkan-3.6.4-inplace" 'False) (C1 ('MetaCons "PhysicalDevicePipelineCreationCacheControlFeaturesEXT" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineCreationCacheControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

type EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME = "VK_EXT_pipeline_creation_cache_control" Source #