// Copyright 2023 The Khronos Group Inc. // Copyright 2023 Valve Corporation // Copyright 2023 LunarG, Inc. // // SPDX-License-Identifier: Apache-2.0 // // Author(s): // - Christophe Riccio <[email protected]> #pragma once #include "vulkan/layer/vk_layer_settings.h" #include <string> #include <vector> #include <map> #include <filesystem> namespace vl { class LayerSettings { … }; } // namespace vl