* Begin Sorting SubProjects into Folders * Add more subprojects to folders * Add even more subprojects to folders * Add further subprojects to folders * Move the last two projects * Move Resources to a Resources subfolder * Remove spaces to be stylistically coherent * Revert Improper CMake Modifications * Revert erroneous line removals * Only specify sdl2's folder on WIN32 * Add the shader subprojects to a Generated folder * Move shaders to Filament/Shaders
This folder was created as follows: curl -L -O https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/v3.0.1.zip unzip v3.0.1.zip cd VulkanMemoryAllocator-3.0.1 rm -rf build docs media tools bin premake rsync -r ./ ~/github/filament/third_party/vkmemalloc/ --delete --exclude tnt