Epic's GPUlightmass

hi All,
Please use the correct method of merging. The errors occur because GitHub has not indexed the source files.

Please use the patch supplied by @motorsep

gpulm-5.6.patch

Note: You can first preview what your patch will do:

First the stats:

git apply --stat gpulm-5.6.patch
Then a dry run to detect errors:

git apply --check gpulm-5.6.patch

This command applies the patch
git apply  gpulm-5.6.patch

If you want to add files from the repository as they are updated
use

git fetch repository
git merge repository

Just decompressing the source into a source repository will give Visual Studio exception errors as the reference pointers are not created.

1 Like