aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorspencer-lunarg <spencer@lunarg.com>2025-12-24 11:00:08 -0500
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2025-12-24 11:01:17 -0600
commite32b975cd846b79ed648c2bffde848875955f8fd (patch)
tree00e781f19a662d17367d7ac4d276ee5ab8fbfec5 /scripts
parent1343cb3a9ca1a52fc6575f1471cf2b656bf1050a (diff)
downloadusermoji-e32b975cd846b79ed648c2bffde848875955f8fd.tar.xz
info: Add vkGetPhysicalDeviceFragmentShadingRatesKHR
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generators/vulkaninfo_generator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/generators/vulkaninfo_generator.py b/scripts/generators/vulkaninfo_generator.py
index 1d14e866..a5745dc0 100644
--- a/scripts/generators/vulkaninfo_generator.py
+++ b/scripts/generators/vulkaninfo_generator.py
@@ -76,7 +76,8 @@ std::string to_hex_str(Printer &p, const T i) {
STRUCTURES_TO_GEN = ['VkExtent3D', 'VkExtent2D', 'VkPhysicalDeviceLimits', 'VkPhysicalDeviceFeatures', 'VkPhysicalDeviceSparseProperties',
'VkSurfaceCapabilitiesKHR', 'VkSurfaceFormatKHR', 'VkLayerProperties', 'VkPhysicalDeviceToolProperties', 'VkFormatProperties',
'VkSurfacePresentScalingCapabilitiesKHR', 'VkSurfacePresentModeCompatibilityKHR', 'VkPhysicalDeviceHostImageCopyProperties',
- 'VkVideoProfileInfoKHR', 'VkVideoCapabilitiesKHR', 'VkVideoFormatPropertiesKHR', 'VkCooperativeMatrixPropertiesKHR']
+ 'VkVideoProfileInfoKHR', 'VkVideoCapabilitiesKHR', 'VkVideoFormatPropertiesKHR', 'VkCooperativeMatrixPropertiesKHR',
+ 'VkPhysicalDeviceFragmentShadingRateKHR']
ENUMS_TO_GEN = ['VkResult', 'VkFormat', 'VkPresentModeKHR',
'VkPhysicalDeviceType', 'VkImageTiling', 'VkTimeDomainKHR']
FLAGS_TO_GEN = ['VkSurfaceTransformFlagsKHR', 'VkCompositeAlphaFlagsKHR', 'VkSurfaceCounterFlagsEXT', 'VkQueueFlags',