mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-05-31 07:37:41 +00:00
Update for Vulkan-Docs 1.3.231
This commit is contained in:
parent
0df9899602
commit
98f440ce68
10 changed files with 1358 additions and 2863 deletions
|
@ -1510,10 +1510,20 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
struct MutableDescriptorTypeCreateInfoEXT;
|
||||
using MutableDescriptorTypeCreateInfoVALVE = MutableDescriptorTypeCreateInfoEXT;
|
||||
|
||||
//=== VK_ARM_shader_core_builtins ===
|
||||
struct PhysicalDeviceShaderCoreBuiltinsFeaturesARM;
|
||||
struct PhysicalDeviceShaderCoreBuiltinsPropertiesARM;
|
||||
|
||||
//===============
|
||||
//=== HANDLEs ===
|
||||
//===============
|
||||
|
||||
template <typename Type>
|
||||
struct isVulkanHandleType
|
||||
{
|
||||
static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = false;
|
||||
};
|
||||
|
||||
class SurfaceKHR
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue