We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4e59f commit 030529dCopy full SHA for 030529d
1 file changed
build-all.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# Copyright 2019-2021 The Khronos Group Inc.
+# Copyright 2019-2023 The Khronos Group Inc.
3
# SPDX-License-Identifier: Apache-2.0
4
5
set -e
@@ -10,8 +10,7 @@ set -e
10
./build-one.sh vulkan-docs-base 202206 "$@"
11
./build-one.sh vulkan-docs 202206 "$@"
12
./build-one.sh rust 202206 "$@"
13
- ./build-one.sh openxr-base 202110 "$@"
14
- ./build-one.sh openxr 202110 "$@"
15
- ./build-one.sh openxr-sdk 202110 "$@"
+ ./build-one.sh openxr 20230614 "$@"
+ ./build-one.sh openxr-sdk 20230614 "$@"
16
./build-one.sh openxr-pregenerated-sdk 202201 "$@"
17
)
0 commit comments