mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-28 15:39:26 +00:00
Move vk_safe_struct to VUL
This code was being generated in both Vulkan-ValidationLayers and Vulkan-ExtensionLayer. Further uses are on the horizon so lets stop the copypasta. Also, add functions to manipulate extension lists and pNext chains, since many client layers have been doing that themselves.
This commit is contained in:
parent
d90f5c7eb1
commit
cdd0e00cff
26 changed files with 91119 additions and 68 deletions
|
@ -1,6 +1,6 @@
|
|||
// Copyright 2023 The Khronos Group Inc.
|
||||
// Copyright 2023 Valve Corporation
|
||||
// Copyright 2023 LunarG, Inc.
|
||||
// Copyright 2023-2024 The Khronos Group Inc.
|
||||
// Copyright 2023-2024 Valve Corporation
|
||||
// Copyright 2023-2024 LunarG, Inc.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
@ -9,6 +9,9 @@
|
|||
#include <vulkan/layer/vk_layer_settings.h>
|
||||
#include <vulkan/layer/vk_layer_settings.hpp>
|
||||
#include <vulkan/utility/vk_dispatch_table.h>
|
||||
#include <vulkan/utility/vk_concurrent_unordered_map.hpp>
|
||||
#include <vulkan/utility/vk_format_utils.h>
|
||||
#include <vulkan/utility/vk_struct_helper.hpp>
|
||||
#include <vulkan/utility/vk_safe_struct.hpp>
|
||||
#include <vulkan/utility/vk_safe_struct_utils.hpp>
|
||||
#include <vulkan/vk_enum_string_helper.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue