2017-12-21 10:48:51 -05:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
2018-01-31 16:57:59 -05:00
|
|
|
# Copyright (c) 2016-2018 The Brenwill Workshop Ltd.
|
2017-12-21 10:48:51 -05:00
|
|
|
#
|
|
|
|
# getLatestVulkanLVL - Updates to the latest version of Vulkan-LoaderAndValidationLayers submodule.
|
|
|
|
#
|
|
|
|
# macOS usage: ./getLatestVulkanLVL
|
|
|
|
|
|
|
|
rm -rf Vulkan-LoaderAndValidationLayers
|
|
|
|
git clone https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git
|