summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2023-03-14 15:39:14 +1000
committerMarge Bot <emma+marge@anholt.net>2023-05-04 02:40:06 +0000
commitfa938dd97501e182483d8f03c9be82398e989292 (patch)
tree975bbc29373acac582b6288f1652d2a530ed67ca /docs
parent54113f5a602adb643e3c36a66f74f2e1be2d56f6 (diff)
downloadmesa-fa938dd97501e182483d8f03c9be82398e989292.tar.gz
vulkan: write beta extensions into generator scripts.
Updated by: Hyunjun Ko <zzoon@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21806>
Diffstat (limited to 'docs')
-rw-r--r--docs/vulkan/dispatch.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/vulkan/dispatch.rst b/docs/vulkan/dispatch.rst
index 1ed093e45e3..a298854bcb0 100644
--- a/docs/vulkan/dispatch.rst
+++ b/docs/vulkan/dispatch.rst
@@ -152,6 +152,7 @@ the following in the driver's ``meson.build``, modified as necessary:
command : [
prog_python, '@INPUT0@', '--xml', '@INPUT1@', '--proto', '--weak',
'--out-h', '@OUTPUT0@', '--out-c', '@OUTPUT1@', '--prefix', 'drv',
+ '--beta', with_vulkan_beta.to_string(),
],
depend_files : vk_entrypoints_gen_depend_files,
)