tests: Test Non-API headers

Ensures the non-API headers compile correctly
This commit is contained in:
Juan Ramos
2022-12-20 15:11:39 -07:00
committed by Juan Ramos
parent 1401f7a3b3
commit 43946b0feb
7 changed files with 84 additions and 2 deletions

7
tests/vk_layer.c Normal file
View File

@@ -0,0 +1,7 @@
#include "vulkan/vk_layer.h"
// Use helper macro intended for vulkan layers to export functions
VK_LAYER_EXPORT int foobar()
{
return 0;
}