Correct tests "DeviceFunctions" and "DispatchLoaderStatic" to actually use the static dispatch loader.

This commit is contained in:
asuessenbach
2022-07-18 14:28:35 +02:00
parent 9a561fa33f
commit 49b11ea464
4 changed files with 13 additions and 2 deletions

View File

@@ -24,6 +24,9 @@
// unknow compiler... just ignore the warnings for yourselves ;)
#endif
#undef VULKAN_HPP_DISPATCH_LOADER_DYNAMIC
#define VULKAN_HPP_DISPATCH_LOADER_DYNAMIC 0
#include "vulkan/vulkan.hpp"
#include <iostream>