Structures
VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC
Stub description of VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC
There is currently no specification language written for this type. This section acts only as placeholder and to avoid dead links in the specification and reference pages.
typedef struct VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC {
VkStructureType sType;
void* pNext;
VkBool32 pipelineCacheIncrementalMode;
} VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC;
pub struct PhysicalDevicePipelineCacheIncrementalModeFeaturesSEC {
s_type: vk::StructureType,
p_next: *mut c_void,
pipeline_cache_incremental_mode: vk::Bool32,
}
Valid Usage (Implicit)
VUID-VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC-sType-sType
sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CACHE_INCREMENTAL_MODE_FEATURES_SEC
Type
Structures