Vulkan-Utility-Libraries/tests/generated/vk_enum_string_helper.cpp
Juan Ramos 596e7cf6ea build: Remove invalid generated files
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
2023-07-21 11:51:12 -06:00

4 lines
85 B
C++

#include <vulkan/vk_enum_string_helper.h>
// TODO: Add actual testing
int main() {}