Updated to centralise all centralised headers into one called Core
This commit is contained in:
parent
d0849f799b
commit
bdf90e2c1f
11 changed files with 34 additions and 147 deletions
12
src/include/kompute/Core.hpp
Normal file
12
src/include/kompute/Core.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
#include <vulkan/vulkan.h>
|
||||
#include <vulkan/vulkan.hpp>
|
||||
|
||||
// SPDLOG_ACTIVE_LEVEL must be defined before spdlog.h import
|
||||
#if DEBUG
|
||||
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_DEBUG
|
||||
#endif
|
||||
|
||||
#include <spdlog/spdlog.h>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue