Update for Vulkan-Docs 1.4.327
This commit is contained in:
parent
d1cd37e925
commit
d7a7044334
15 changed files with 12272 additions and 750 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#define VULKAN_HANDLES_HPP
|
||||
|
||||
// include-what-you-use: make sure, vulkan.hpp is used by code-completers
|
||||
// IWYU pragma: private; include "vulkan.hpp"
|
||||
// IWYU pragma: private, include "vulkan/vulkan.hpp"
|
||||
|
||||
namespace VULKAN_HPP_NAMESPACE
|
||||
{
|
||||
|
|
@ -1545,6 +1545,12 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
//=== VK_KHR_shader_untyped_pointers ===
|
||||
struct PhysicalDeviceShaderUntypedPointersFeaturesKHR;
|
||||
|
||||
//=== VK_VALVE_video_encode_rgb_conversion ===
|
||||
struct PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE;
|
||||
struct VideoEncodeRgbConversionCapabilitiesVALVE;
|
||||
struct VideoEncodeProfileRgbConversionInfoVALVE;
|
||||
struct VideoEncodeSessionRgbConversionCreateInfoVALVE;
|
||||
|
||||
//=== VK_EXT_image_view_min_lod ===
|
||||
struct PhysicalDeviceImageViewMinLodFeaturesEXT;
|
||||
struct ImageViewMinLodCreateInfoEXT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue