- Use custom ICD path to enable Swiftshader instead of specifying direct path to the lib. - Remove unused `swiftshader` directory in `build` - Remove swiftshader options in `build.sh` and cmakefiles - Change BUILD.md - Correctly handle XCB-only swapchain surface in VulkanPlatform for swiftshader. - Refactor `VulkanPlatform::ExtensionSet` so that `utils::CString` is used instead of string_view, so that we don't get into tricky lifetime issues with `const char*`
Important note
The scripts found in the subdirectories are intended to be used by Filament's continuous integration environments only. They are not meant to be run directly. Please refer to our build instructions on how to proceed instead.