Update Vulkan-Headers to v1.3.246 (#1551)

This commit is contained in:
Andreas Süßenbach
2023-04-03 13:29:44 +02:00
committed by GitHub
parent 35ab2bb711
commit 678295aa75
15 changed files with 1999 additions and 108 deletions

View File

@@ -5420,6 +5420,15 @@ namespace VULKAN_HPP_NAMESPACE
};
};
template <>
struct StructExtends<PipelineShaderStageRequiredSubgroupSizeCreateInfo, ShaderCreateInfoEXT>
{
enum
{
value = true
};
};
template <>
struct StructExtends<PhysicalDeviceInlineUniformBlockFeatures, PhysicalDeviceFeatures2>
{