mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-26 17:02:23 +00:00
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:
parent
6622bcda65
commit
1b870bdc3c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user