mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-05-10 11:11:40 +00:00
feat(bindless): Strip unnused Vulkan-Hpp features
This commit is contained in:
parent
6266a443ed
commit
7baf9ca74e
2 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
|||
#include "modules/pipeline.hpp"
|
||||
#include "utility/pipelines.hpp"
|
||||
#include "utility/vkhelper.hpp"
|
||||
#include "vulkan/vulkan.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <filesystem>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#define VULKAN_HPP_DISPATCH_LOADER_DYNAMIC 1
|
||||
#define VULKAN_HPP_NO_DEFAULT_DISPATCHER 1
|
||||
#define VULKAN_HPP_NO_CONSTRUCTORS 1
|
||||
#define VULKAN_HPP_NO_SETTERS 1
|
||||
#define VULKAN_HPP_NO_SPACESHIP_OPERATOR 1
|
||||
#define VULKAN_HPP_NO_TO_STRING 1
|
||||
#include <vulkan/vulkan.hpp> // IWYU pragma: export
|
||||
|
||||
// IWYU pragma: begin_exports
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue