Merged in mmastriani/fractorium_michel (pull request #43)

Fixed cubic3D and cubicLattice_3D variations for AMD GPUs
This commit is contained in:
Michel Mastriani 2020-04-10 18:22:22 +00:00 committed by Matt Feemster
commit 8da0774652

View File

@ -773,6 +773,7 @@ public:
"\t\t vOut.z = val3 - " << halfweight << ";\n"
"\t\t break;\n"
"\t\t case 7:\n"
"\t\t default:\n"
"\t\t vOut.x = val1 - " << halfweight << ";\n"
"\t\t vOut.y = val2 - " << halfweight << ";\n"
"\t\t vOut.z = val3 - " << halfweight << ";\n"
@ -1023,6 +1024,7 @@ public:
<< "\t\t vOut.z = pztz - " << weight << ";\n"
<< "\t\t break;\n"
<< "\t\t case 7:\n"
<< "\t\t default:\n"
<< "\t\t vOut.x = pxtx - " << weight << ";\n"
<< "\t\t vOut.y = pyty - " << weight << ";\n"
<< "\t\t vOut.z = pztz - " << weight << ";\n"