1#ifndef LIBSBX_GRAPHICS_DEVICES_VALIDATION_LAYERS_HPP_
2#define LIBSBX_GRAPHICS_DEVICES_VALIDATION_LAYERS_HPP_
6#include <vulkan/vulkan.hpp>
8#include <libsbx/utility/target.hpp>
10namespace sbx::graphics {
14 static auto instance() -> std::vector<const char*>;
Definition: instance.hpp:10
Definition: validation_layers.hpp:12