diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-06-28 14:58:27 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-07-03 10:15:47 -0600 |
| commit | 672a030999ee5cc89a5a1dce252629dfdcf4a082 (patch) | |
| tree | 81eb61ee1ef4f29490210485daafc544e0b54f8c /scripts/vuid_mapping.py | |
| parent | b279fcce9ff2b71193702dae66d464d8068d96ab (diff) | |
| download | usermoji-672a030999ee5cc89a5a1dce252629dfdcf4a082.tar.xz | |
header: Update to version 1.0.53 of the vulkan hdr
- updated vulkan.h
- updated reg.py
- updated vk.xml
- updated vk_validation_error_database.txt
- updated vk_validation_error_messages.h
- updated vuid_mapping.py
- updated vulkan.hpp
- fixed error database vuid parser issue
- updated error DB with new VUIDS
Change-Id: I4744f4278981cf808b1b3c9fcf9cf6f5793f1338
Diffstat (limited to 'scripts/vuid_mapping.py')
| -rw-r--r-- | scripts/vuid_mapping.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 941a7777..ac597712 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -502,6 +502,13 @@ func_struct_id_map = { 'VkDisplayPlaneCapabilitiesKHR' : 446, 'VkSharedPresentSurfaceCapabilitiesKHR' : 447, 'VkExternalImageFormatPropertiesNV' : 448, +'VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT' : 449, +'VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT' : 450, +'VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT' : 451, +'VkPipelineColorBlendAdvancedStateCreateInfoEXT' : 452, +'VkPipelineCoverageModulationStateCreateInfoNV' : 453, +'VkPipelineCoverageToColorStateCreateInfoNV' : 454, +'VkSamplerReductionModeCreateInfoEXT' : 455, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -927,6 +934,10 @@ implicit_param_map = { 'sharedPresentSupportedUsageFlags' : 418, 'externalSemaphoreFeatures' : 419, 'supportedSurfaceCounters' : 420, +'blendOverlap' : 421, +'coverageModulationMode' : 422, +'coverageModulationTableCount' : 423, +'reductionMode' : 424, ### ADD New implicit param mappings above this line } |
