Update include/vulkan/layer/vk_layer_settings_ext.h

Co-authored-by: Juan Ramos <114601453+juan-lunarg@users.noreply.github.com>
This commit is contained in:
Christophe 2023-05-24 22:23:33 +02:00
parent 461d321fc7
commit 335e80ff1c

View file

@ -90,6 +90,7 @@ extern "C" {
// is that it must not conflict with existing sTypes.
//
// NOTE: VK_STRUCTURE_TYPE_MAX_ENUM - 1 is used by the intel driver.
// NOTE: VK_STRUCTURE_TYPE_MAX_ENUM - 42 is used by the validation layers
#define VK_STRUCTURE_TYPE_LAYER_SETTINGS_EXT ((VkStructureType)(VK_STRUCTURE_TYPE_MAX_ENUM - 43))
typedef enum VkLayerSettingTypeEXT {