Replace Vulkan-SDK with Vulkan Headers

This commit is contained in:
ArtemisX64 2022-08-25 13:31:32 +09:00
parent 1f86daa55d
commit 8b7738f0ab
511 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,7 @@
#ifdef __clang__
#define static_assert(...) static_assert(true, "")
#endif
#pragma once
#include <stdlib.h> // for size_t