Core: Modernize C headers with C++ equivalents
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#ifdef USE_VOLK
|
||||
#include <volk.h>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
#define VK_NO_STDINT_H
|
||||
#include <vulkan/vulkan.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user