mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 13:10:04 -05:00
Merged in mmastriani/fractorium_michel (pull request #43)
Fixed cubic3D and cubicLattice_3D variations for AMD GPUs
This commit is contained in:
commit
8da0774652
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user