sandbox
Loading...
Searching...
No Matches
validation_layers.hpp
1// SPDX-License-Identifier: MIT
2#ifndef LIBSBX_GRAPHICS_DEVICES_VALIDATION_LAYERS_HPP_
3#define LIBSBX_GRAPHICS_DEVICES_VALIDATION_LAYERS_HPP_
4
5#include <vector>
6
7#include <vulkan/vulkan.hpp>
8
9#include <libsbx/utility/target.hpp>
10
11namespace sbx::graphics {
12
14
15 static auto instance() -> std::vector<const char*>;
16
17}; // struct validation_layers
18
19} // namespace sbx::graphics
20
21#endif // LIBSBX_GRAPHICS_DEVICES_VALIDATION_LAYERS_HPP_
Definition: instance.hpp:11
Definition: validation_layers.hpp:13