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