NvCloth
NvCloth copied to clipboard
Compiler error when disabling USE_SELF_COLLISION_SORT in DX solver
There are multible Compiler Errors when Setting USE_SELF_COLLISION_SORT to 0.
https://github.com/NVIDIAGameWorks/NvCloth/blob/145cd88fcd3ab3e16862b90c932175a5b6e17636/NvCloth/src/dx/DxSolverKernel.hlsl#L1381
undeclared identifier 'i' https://github.com/NVIDIAGameWorks/NvCloth/blob/145cd88fcd3ab3e16862b90c932175a5b6e17636/NvCloth/src/dx/DxSolverKernel.hlsl#L1566
undeclared identifier 'cdistSq' https://github.com/NVIDIAGameWorks/NvCloth/blob/145cd88fcd3ab3e16862b90c932175a5b6e17636/NvCloth/src/dx/DxSolverKernel.hlsl#L1619
undeclared identifier 'cellStartOffset' https://github.com/NVIDIAGameWorks/NvCloth/blob/145cd88fcd3ab3e16862b90c932175a5b6e17636/NvCloth/src/dx/DxSolverKernel.hlsl#L1672