// *** THIS FILE IS GENERATED - DO NOT EDIT *** // See safe_struct_generator.py for modifications /*************************************************************************** * * Copyright (c) 2015-2024 The Khronos Group Inc. * Copyright (c) 2015-2024 Valve Corporation * Copyright (c) 2015-2024 LunarG, Inc. * Copyright (c) 2015-2024 Google Inc. * * SPDX-License-Identifier: Apache-2.0 * ****************************************************************************/ // NOLINTBEGIN #include <vulkan/vk_layer.h> #include <vulkan/utility/vk_safe_struct.hpp> #include <vector> #include <cstring> namespace vku { char *SafeStringCopy(const char *in_string) { … } // clang-format off void *SafePnextCopy(const void *pNext, PNextCopyState* copy_state) { … } void FreePnextChain(const void *pNext) { … } // clang-format on } // namespace vku // NOLINTEND