Skip to content

Commit 06a2967

Browse files
committed
update readme
1 parent 31eee16 commit 06a2967

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,16 @@ _note: if new to GitHub Actions please see GitHub Help Documentation [Quickstart
1616
-name: Prepare Vulkan SDK
1717
uses: humbletim/[email protected]
1818
with:
19-
vulkan-query-version: 1.3.275.0
19+
vulkan-query-version: 1.4.304.1
2020
vulkan-components: Vulkan-Headers, Vulkan-Loader
2121
vulkan-use-cache: true
2222
```
2323
2424
SDK version numbers are resolved into corresponding Khronos repos and commit points using the official LunarG [SDK web API](https://vulkan.lunarg.com/content/view/latest-sdk-version-api).
2525
26-
Example SDK release numbers that are <span title="2024-02-08">currently</span> known to be usable across all three primary platforms (linux/mac/windows):
27-
- 1.2.198.1
28-
- 1.3.204.1
29-
- 1.3.239.0
30-
- 1.3.275.0
26+
Example SDK release number usable across all three primary platforms (linux/mac/windows):
27+
- 1.4.304.1
28+
- 1.3.296.0
3129
3230
It is also possible to specify `latest` and the action will attempt to resolve automatically.
3331

@@ -41,7 +39,7 @@ However, depending on your project's needs, it might make more sense to use unat
4139

4240
## Action Parameters
4341

44-
- **`vulkan-query-version`**: valid SDK release number (eg: `1.3.275.0` or `latest`). *[required]*
42+
- **`vulkan-query-version`**: valid SDK release number (eg: `1.3.296.0` or `latest`). *[required]*
4543
- **`vulkan-config-file`**: project-local config.json file path. *[optional; default: '']*
4644
- note: config.json files already contain versioning info, so when specified vulkan-query-version will be ignored
4745
- **`vulkan-use-cache`**: if `true` the VULKAN_SDK folder is cached and restored across builds. *[optional; default=false]*
@@ -63,7 +61,7 @@ However, depending on your project's needs, it might make more sense to use unat
6361
- name: Fetch Vulkan SDK version spec
6462
shell: bash
6563
run: |
66-
curl -o vulkan-sdk-config.json https://vulkan.lunarg.com/sdk/config/1.3.224.1/linux/config.json
64+
curl -o vulkan-sdk-config.json https://vulkan.lunarg.com/sdk/config/1.4.304.1/linux/config.json
6765
6866
- name: Configure Vulkan SDK using the downloaded spec
6967
uses: humbletim/[email protected]

0 commit comments

Comments
 (0)