2#ifndef LIBSBX_GRAPHICS_DEVICES_VALIDATION_LAYERS_HPP_
3#define LIBSBX_GRAPHICS_DEVICES_VALIDATION_LAYERS_HPP_
7#include <vulkan/vulkan.hpp>
9#include <libsbx/utility/target.hpp>
11namespace sbx::graphics {
15 static auto instance() -> std::vector<const char*>;
Definition: instance.hpp:11
Definition: validation_layers.hpp:13