diff options
| author | spencer-lunarg <spencer@lunarg.com> | 2025-12-24 11:26:21 -0500 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2025-12-24 11:01:17 -0600 |
| commit | e8a4ce73f3244d814ccc84e723bb0442fab4dcf7 (patch) | |
| tree | fcb21fd8a149fed0880b5b20edf3adb131df221c /scripts/generators | |
| parent | e32b975cd846b79ed648c2bffde848875955f8fd (diff) | |
| download | usermoji-e8a4ce73f3244d814ccc84e723bb0442fab4dcf7.tar.xz | |
info: Add vkGetPhysicalDeviceMultisamplePropertiesEXT
Diffstat (limited to 'scripts/generators')
| -rw-r--r-- | scripts/generators/vulkaninfo_generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generators/vulkaninfo_generator.py b/scripts/generators/vulkaninfo_generator.py index a5745dc0..cdd4bac7 100644 --- a/scripts/generators/vulkaninfo_generator.py +++ b/scripts/generators/vulkaninfo_generator.py @@ -77,7 +77,7 @@ STRUCTURES_TO_GEN = ['VkExtent3D', 'VkExtent2D', 'VkPhysicalDeviceLimits', 'VkPh 'VkSurfaceCapabilitiesKHR', 'VkSurfaceFormatKHR', 'VkLayerProperties', 'VkPhysicalDeviceToolProperties', 'VkFormatProperties', 'VkSurfacePresentScalingCapabilitiesKHR', 'VkSurfacePresentModeCompatibilityKHR', 'VkPhysicalDeviceHostImageCopyProperties', 'VkVideoProfileInfoKHR', 'VkVideoCapabilitiesKHR', 'VkVideoFormatPropertiesKHR', 'VkCooperativeMatrixPropertiesKHR', - 'VkPhysicalDeviceFragmentShadingRateKHR'] + 'VkPhysicalDeviceFragmentShadingRateKHR', 'VkMultisamplePropertiesEXT'] ENUMS_TO_GEN = ['VkResult', 'VkFormat', 'VkPresentModeKHR', 'VkPhysicalDeviceType', 'VkImageTiling', 'VkTimeDomainKHR'] FLAGS_TO_GEN = ['VkSurfaceTransformFlagsKHR', 'VkCompositeAlphaFlagsKHR', 'VkSurfaceCounterFlagsEXT', 'VkQueueFlags', |
