aboutsummaryrefslogtreecommitdiff
path: root/scripts/unique_objects_generator.py
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2018-02-16 09:58:07 -0700
committerMark Lobodzinski <mark@lunarg.com>2018-02-19 12:01:16 -0700
commit20c48fd7008404563d2f2e2897e78ce18fa49dfe (patch)
tree42f58e16085951cb83961e0ef68a3850712fc8ae /scripts/unique_objects_generator.py
parentd016ddd3e9ffef855b11f148aff9638d65a0f421 (diff)
downloadusermoji-20c48fd7008404563d2f2e2897e78ce18fa49dfe.tar.xz
layers: Move U_O:DestroySwapchain out of codegen
This function in the unique_objects layer will need to clean up some swapchain image index tracking information and so will now be manually written. Change-Id: I306fdd9f7a3c75c21b82fe21951804bd86259781
Diffstat (limited to 'scripts/unique_objects_generator.py')
-rw-r--r--scripts/unique_objects_generator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/unique_objects_generator.py b/scripts/unique_objects_generator.py
index 833207ea..fe7cc9c7 100644
--- a/scripts/unique_objects_generator.py
+++ b/scripts/unique_objects_generator.py
@@ -137,6 +137,7 @@ class UniqueObjectsOutputGenerator(OutputGenerator):
'vkCreateSwapchainKHR',
'vkCreateSharedSwapchainsKHR',
'vkGetSwapchainImagesKHR',
+ 'vkDestroySwapchainKHR',
'vkQueuePresentKHR',
'vkEnumerateInstanceLayerProperties',
'vkEnumerateDeviceLayerProperties',