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:
parent
461d321fc7
commit
335e80ff1c
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ extern "C" {
|
||||||
// is that it must not conflict with existing sTypes.
|
// 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 - 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))
|
#define VK_STRUCTURE_TYPE_LAYER_SETTINGS_EXT ((VkStructureType)(VK_STRUCTURE_TYPE_MAX_ENUM - 43))
|
||||||
|
|
||||||
typedef enum VkLayerSettingTypeEXT {
|
typedef enum VkLayerSettingTypeEXT {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue