Update for Vulkan-Docs 1.3.293
This commit is contained in:
parent
595c8d4794
commit
d205aff40b
14 changed files with 382 additions and 321 deletions
|
|
@ -8,6 +8,9 @@
|
|||
#ifndef VULKAN_HANDLES_HPP
|
||||
#define VULKAN_HANDLES_HPP
|
||||
|
||||
// include-what-you-use: make sure, vulkan.hpp is used by code-completers
|
||||
// IWYU pragma: private; include "vulkan.hpp"
|
||||
|
||||
namespace VULKAN_HPP_NAMESPACE
|
||||
{
|
||||
|
||||
|
|
@ -1835,6 +1838,9 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
//=== VK_KHR_shader_relaxed_extended_instruction ===
|
||||
struct PhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR;
|
||||
|
||||
//=== VK_NV_command_buffer_inheritance ===
|
||||
struct PhysicalDeviceCommandBufferInheritanceFeaturesNV;
|
||||
|
||||
//=== VK_KHR_maintenance7 ===
|
||||
struct PhysicalDeviceMaintenance7FeaturesKHR;
|
||||
struct PhysicalDeviceMaintenance7PropertiesKHR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue