moltenvk/External/getLatestAll
Bill Hollings 83f96078ec Add support for LunarG Vulkan Loader ICD API.
Return Loader-compatible structure for dispatchable Vulkan objects.
Add Vulkan-LoaderAndValidationLayers repository as submodule.
2017-12-21 10:48:51 -05:00

20 lines
419 B
Bash
Executable File

#!/usr/bin/env bash
#
# Copyright (c) 2016-2017 The Brenwill Workshop Ltd.
#
# getLatestAll - Updates to the latest versions of all submodules.
#
# Invokes the following scripts:
# getLatestVulkanSpec
# getLatestSPIRVTools
# getLatestglslang
# getLatestSPIRVCross
#
# macOS usage: ./getLatestAll
./getLatestVulkanSpec
./getLatestSPIRVTools
./getLatestglslang
./getLatestSPIRVCross
./getLatestVulkanLVL