headers: Remove loader/layer dependency
The header vk_layer.h included vk_layer_dispatch_table.h, which is not present in this repo. Instead, it had to be generated from either the Vulkan-Loader or Vulkan-ValidationLayers repo. This change removes that dependency.
This commit is contained in:
parent
1ebb2c0f7d
commit
396f82798a
@ -35,9 +35,6 @@
|
|||||||
#define VK_LAYER_EXPORT
|
#define VK_LAYER_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Definition for VkLayerDispatchTable and VkLayerInstanceDispatchTable now appear in externally generated header
|
|
||||||
#include "vk_layer_dispatch_table.h"
|
|
||||||
|
|
||||||
#define MAX_NUM_UNKNOWN_EXTS 250
|
#define MAX_NUM_UNKNOWN_EXTS 250
|
||||||
|
|
||||||
// Loader-Layer version negotiation API. Versions add the following features:
|
// Loader-Layer version negotiation API. Versions add the following features:
|
||||||
@ -50,6 +47,9 @@
|
|||||||
|
|
||||||
#define VK_CURRENT_CHAIN_VERSION 1
|
#define VK_CURRENT_CHAIN_VERSION 1
|
||||||
|
|
||||||
|
// Typedef for use in the interfaces below
|
||||||
|
typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
|
||||||
|
|
||||||
// Version negotiation values
|
// Version negotiation values
|
||||||
typedef enum VkNegotiateLayerStructType {
|
typedef enum VkNegotiateLayerStructType {
|
||||||
LAYER_NEGOTIATE_UNINTIALIZED = 0,
|
LAYER_NEGOTIATE_UNINTIALIZED = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user