aboutsummaryrefslogtreecommitdiff
path: root/layers
diff options
context:
space:
mode:
authorMark Young <marky@lunarg.com>2016-08-01 11:06:53 -0600
committerMark Young <marky@lunarg.com>2016-08-01 13:04:22 -0600
commitfcdf249c034143c355bd7c7380aeefc8075f0d67 (patch)
tree4751f576726dfe7c072c2f74b1b295a0ad1e981d /layers
parent504ff21746b2f06de4bb6860a6979cae2ebb11f9 (diff)
downloadusermoji-fcdf249c034143c355bd7c7380aeefc8075f0d67.tar.xz
layers: Generate full vk_dispatch_table_helper
Generate the full vk_dispatch_table-helper file for all platforms as part of the build process now. This includes all WSI extension entry-points for all build targets we support increasing portablility of the header. Change-Id: Ie83423e7ea169f7251c5369992a6144a97db1ddc
Diffstat (limited to 'layers')
-rw-r--r--layers/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt
index 06ad9360..9d6705b8 100644
--- a/layers/CMakeLists.txt
+++ b/layers/CMakeLists.txt
@@ -104,7 +104,7 @@ else()
endif()
add_custom_command(OUTPUT vk_dispatch_table_helper.h
- COMMAND ${PYTHON_CMD} ${PROJECT_SOURCE_DIR}/vk-generate.py ${DisplayServer} dispatch-table-ops layer > vk_dispatch_table_helper.h
+ COMMAND ${PYTHON_CMD} ${PROJECT_SOURCE_DIR}/vk-generate.py AllPlatforms dispatch-table-ops layer > vk_dispatch_table_helper.h
DEPENDS ${PROJECT_SOURCE_DIR}/vk-generate.py ${PROJECT_SOURCE_DIR}/vulkan.py)
run_vk_helper(gen_enum_string_helper vk_enum_string_helper.h)