Setup Vulkan SDK multiplatform
ActionsTags
(2)You can see the extension on Marketplace here
- name: Setup Vulkan SDK # action name
uses: SpargatGroup/setup-vulkan-sdk@v1.1.0
with:
version: '1.3.296.0' # Vulkan SDK version you want
components: 'Vulkan-Headers,Vulkan-Loader' # Vulkan components you need
cache: 'true' # Vulkan Cache - name: Setup Vulkan SDK # action name
uses: SpargatGroup/setup-vulkan-sdk@latest
with:
version: 'latest' # Vulkan SDK version you want
components: 'Vulkan-Headers,Vulkan-Loader' # Vulkan components you need
cache: 'true' # Vulkan Cacheecho $VULKAN_SDKecho $VERSION_VULKAN_TO_DOWNLOADSetup Vulkan SDK multiplatform is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.