You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
25
25
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
31
29
32
30
It is also possible to specify `latest` and the action will attempt to resolve automatically.
33
31
@@ -41,7 +39,7 @@ However, depending on your project's needs, it might make more sense to use unat
41
39
42
40
## Action Parameters
43
41
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]*
0 commit comments