Add LunarG demo app repository as a submodule. Add LunarG demo config to makeAll script. Rename Demos/README_MoltenVK_Demos.md to Demos/README.md. Do not copy Demos folder to MoltenVK runtime distribution. Do not copy ThirdPartyConfig.md to MoltenVK runtime distribution. Add cmake as a dependency in README.md.
28 lines
981 B
Plaintext
28 lines
981 B
Plaintext
[submodule "External/Vulkan-Hpp"]
|
|
path = External/Vulkan-Hpp
|
|
url = https://github.com/KhronosGroup/Vulkan-Hpp.git
|
|
ignore = dirty
|
|
[submodule "External/SPIRV-Headers"]
|
|
path = External/SPIRV-Headers
|
|
url = https://github.com/KhronosGroup/SPIRV-Headers.git
|
|
[submodule "External/SPIRV-Tools"]
|
|
path = External/SPIRV-Tools
|
|
url = https://github.com/KhronosGroup/SPIRV-Tools.git
|
|
ignore = dirty
|
|
[submodule "External/glslang"]
|
|
path = External/glslang
|
|
url = https://github.com/KhronosGroup/glslang.git
|
|
ignore = dirty
|
|
[submodule "External/SPIRV-Cross"]
|
|
path = External/SPIRV-Cross
|
|
url = https://github.com/KhronosGroup/SPIRV-Cross.git
|
|
ignore = dirty
|
|
[submodule "External/Vulkan-LoaderAndValidationLayers"]
|
|
path = External/Vulkan-LoaderAndValidationLayers
|
|
url = https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
|
|
ignore = dirty
|
|
[submodule "External/VulkanSamples"]
|
|
path = External/VulkanSamples
|
|
url = https://github.com/brenwill/VulkanSamples.git
|
|
ignore = dirty
|