moltenvk/External/getLatestVulkanSpec
2018-01-31 16:57:59 -05:00

12 lines
305 B
Bash
Executable File

#!/usr/bin/env bash
#
# Copyright (c) 2016-2018 The Brenwill Workshop Ltd.
#
# getLatestVulkanSpec - Updates to the latest version of the Vulkan spec submodule.
#
# macOS usage: ./getLatestVulkanSpec
rm -rf Vulkan-Hpp
git clone --recursive https://github.com/KhronosGroup/Vulkan-Hpp.git
./makeVulkanSpec