diff options
author | Lionel Landwerlin <[email protected]> | 2019-01-19 21:26:12 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2019-02-21 18:06:05 +0000 |
commit | 20c370c6b16282424f3a2fc3166132c1ed82863a (patch) | |
tree | 29021496e3db605ce6dd4816f70794040598adb1 /src/vulkan/meson.build | |
parent | 89f03d187251fa46264218ccedb90e2ae2ea1d93 (diff) |
vulkan: add an overlay layer
Just a starting point to display frame timings & drawcalls/submissions
per frame.
Signed-off-by: Lionel Landwerlin <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
+1-by: Mike Lothian <[email protected]>
+1-by: Tapani Pälli <[email protected]>
+1-by: Eric Engestrom <[email protected]>
+1-by: Yurii Kolesnykov <[email protected]>
+1-by: myfreeweb <[email protected]>
+1-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/vulkan/meson.build')
-rw-r--r-- | src/vulkan/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vulkan/meson.build b/src/vulkan/meson.build index 59e1fd1fabe..35d7e5e61d8 100644 --- a/src/vulkan/meson.build +++ b/src/vulkan/meson.build @@ -25,3 +25,6 @@ inc_vulkan_wsi = include_directories('wsi') subdir('util') subdir('wsi') +if get_option('vulkan-overlay-layer') + subdir('overlay-layer') +endif |