aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-11-24 16:40:36 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-01 10:18:24 -0700
commit5784f71498a084c1d4fe5f5afd545b647d793992 (patch)
treefd694e704195392738f81bd41609a7a5e8e6710a
parentf66441aa897415ac778676ba74eb51a127e0dc9f (diff)
downloadusermoji-5784f71498a084c1d4fe5f5afd545b647d793992.tar.xz
layers: Fix documentation file for new wsi surface ext
-rwxr-xr-xvk_layer_documentation_generate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vk_layer_documentation_generate.py b/vk_layer_documentation_generate.py
index ba4c7808..497edc34 100755
--- a/vk_layer_documentation_generate.py
+++ b/vk_layer_documentation_generate.py
@@ -276,7 +276,7 @@ class LayerDoc:
# Now go through API names in doc and verify they're real
# First we're going to transform proto names from vulkan.py into single list
core_api_names = [p.name for p in vulkan.core.protos]
- wsi_s_names = [p.name for p in vulkan.ext_khr_swapchain.protos]
+ wsi_s_names = [p.name for p in vulkan.ext_khr_surface.protos]
wsi_ds_names = [p.name for p in vulkan.ext_khr_device_swapchain.protos]
dbg_rpt_names = [p.name for p in vulkan.lunarg_debug_report.protos]
dbg_mrk_names = [p.name for p in vulkan.lunarg_debug_marker.protos]