mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-15 01:08:39 +00:00

vk_dispatch_table_helper.h and vk_layer_dispatch_table.h don't compile currently. Added minimal compilation testing for vk_enum_string_helper.h
4 lines
85 B
C++
4 lines
85 B
C++
#include <vulkan/vk_enum_string_helper.h>
|
|
|
|
// TODO: Add actual testing
|
|
int main() {}
|