loader: Make vk_loader_layer.h a proper header

Makes it possible to include this file without worry of not having the required
headers already included.
This commit is contained in:
Charles Giessen 2021-09-04 22:15:40 -06:00 committed by Charles Giessen
parent 6622bcda65
commit 1b870bdc3c

View File

@ -22,6 +22,9 @@
*/
#pragma once
#include <stdbool.h>
#include <vulkan/vulkan.h>
// Linked list node for tree of debug callbacks
typedef struct VkDebugReportContent {
VkDebugReportCallbackEXT msgCallback;