Demo API-Samples generateSPIRVShaders no longer builds MoltenVKShaderController tool.
The tool will be built during MoltenVK build, and rebuilding just the tool was clearing away the main MoltenVK build.
This commit is contained in:
parent
752c1a908d
commit
7cf3b26b37
@ -10,27 +10,14 @@
|
||||
set -e
|
||||
|
||||
echo
|
||||
echo ========== Building MoltenVKShaderConverter tool ==========
|
||||
echo ========== Converting API-Samples shader files ==========
|
||||
echo
|
||||
|
||||
cd "../../.."
|
||||
|
||||
XC_PROJ="MoltenVKPackaging.xcodeproj"
|
||||
XC_SCHEME="MVKShaderConverterTool Package"
|
||||
|
||||
xcodebuild \
|
||||
-project "MoltenVKPackaging.xcodeproj" \
|
||||
-scheme "MVKShaderConverterTool Package" \
|
||||
-quiet \
|
||||
build
|
||||
|
||||
echo
|
||||
echo ========== Converting API-Samples shader files ==========
|
||||
echo
|
||||
|
||||
"Package/Latest/MoltenVKShaderConverter/Tools/MoltenVKShaderConverter" \
|
||||
-r -gi -so -oh -xs . -q \
|
||||
-d "Demos/LunarG-VulkanSamples/VulkanSamples/API-Samples"
|
||||
-d "Demos/LunarG-VulkanSamples/VulkanSamples/API-Samples" > /dev/null
|
||||
|
||||
cd - > /dev/null
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user