diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2022-07-14 09:22:33 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2022-07-14 10:18:53 -0700 |
| commit | 8b603f8d06ac951c22f87545c8bfff0dffac81e7 (patch) | |
| tree | ead15d623e192b08b932095f859f5769d43f4c81 /icd/generated | |
| parent | ffc961dbd741a7891c96196a67246fc5cb16a5b2 (diff) | |
| download | usermoji-8b603f8d06ac951c22f87545c8bfff0dffac81e7.tar.xz | |
build: Update to header 1.3.221
- Update known-good
- Generate source
Diffstat (limited to 'icd/generated')
| -rw-r--r-- | icd/generated/mock_icd.cpp | 1 | ||||
| -rw-r--r-- | icd/generated/mock_icd.h | 2 | ||||
| -rw-r--r-- | icd/generated/vk_typemap_helper.h | 27 |
3 files changed, 30 insertions, 0 deletions
diff --git a/icd/generated/mock_icd.cpp b/icd/generated/mock_icd.cpp index 8ca4af0d..6ce315ad 100644 --- a/icd/generated/mock_icd.cpp +++ b/icd/generated/mock_icd.cpp @@ -4234,6 +4234,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL CreateViSurfaceNN( + static VKAPI_ATTR void VKAPI_CALL CmdBeginConditionalRenderingEXT( VkCommandBuffer commandBuffer, const VkConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin) diff --git a/icd/generated/mock_icd.h b/icd/generated/mock_icd.h index 9d1fc84c..70df8cf2 100644 --- a/icd/generated/mock_icd.h +++ b/icd/generated/mock_icd.h @@ -129,6 +129,7 @@ static const std::unordered_map<std::string, uint32_t> device_extension_map = { {"VK_EXT_shader_subgroup_vote", 1}, {"VK_EXT_texture_compression_astc_hdr", 1}, {"VK_EXT_astc_decode_mode", 1}, + {"VK_EXT_pipeline_robustness", 1}, {"VK_KHR_maintenance1", 2}, {"VK_KHR_external_memory", 1}, {"VK_KHR_external_memory_win32", 1}, @@ -2604,6 +2605,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL CreateViSurfaceNN( + static VKAPI_ATTR void VKAPI_CALL CmdBeginConditionalRenderingEXT( VkCommandBuffer commandBuffer, const VkConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin); diff --git a/icd/generated/vk_typemap_helper.h b/icd/generated/vk_typemap_helper.h index b01341ff..7493f38e 100644 --- a/icd/generated/vk_typemap_helper.h +++ b/icd/generated/vk_typemap_helper.h @@ -3611,6 +3611,33 @@ template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEA typedef VkPhysicalDeviceASTCDecodeFeaturesEXT Type; }; +// Map type VkPhysicalDevicePipelineRobustnessFeaturesEXT to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_FEATURES_EXT +template <> struct LvlTypeMap<VkPhysicalDevicePipelineRobustnessFeaturesEXT> { + static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_FEATURES_EXT; +}; + +template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_FEATURES_EXT> { + typedef VkPhysicalDevicePipelineRobustnessFeaturesEXT Type; +}; + +// Map type VkPhysicalDevicePipelineRobustnessPropertiesEXT to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_PROPERTIES_EXT +template <> struct LvlTypeMap<VkPhysicalDevicePipelineRobustnessPropertiesEXT> { + static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_PROPERTIES_EXT; +}; + +template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_PROPERTIES_EXT> { + typedef VkPhysicalDevicePipelineRobustnessPropertiesEXT Type; +}; + +// Map type VkPipelineRobustnessCreateInfoEXT to id VK_STRUCTURE_TYPE_PIPELINE_ROBUSTNESS_CREATE_INFO_EXT +template <> struct LvlTypeMap<VkPipelineRobustnessCreateInfoEXT> { + static const VkStructureType kSType = VK_STRUCTURE_TYPE_PIPELINE_ROBUSTNESS_CREATE_INFO_EXT; +}; + +template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_PIPELINE_ROBUSTNESS_CREATE_INFO_EXT> { + typedef VkPipelineRobustnessCreateInfoEXT Type; +}; + // Map type VkConditionalRenderingBeginInfoEXT to id VK_STRUCTURE_TYPE_CONDITIONAL_RENDERING_BEGIN_INFO_EXT template <> struct LvlTypeMap<VkConditionalRenderingBeginInfoEXT> { static const VkStructureType kSType = VK_STRUCTURE_TYPE_CONDITIONAL_RENDERING_BEGIN_INFO_EXT; |
