You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
That example look very interesting but i can't make it work.. For your heighfield SDF hip demo....
Cheers
3 errors generated.
OpenCL Exception: :337:27: error: use of undeclared identifier 'dirx'
int x1 = (int)(gidx + dirx[gid] * 10);
^
:338:27: error: use of undeclared identifier 'diry'
int y1 = (int)(gidy + diry[gid] * 10);
^
:403:42: error: used type 'float' where floating point type is not allowed
scratch[gid] = scratch_lastmask[gid] ? heightmin : density[gid];
~~~~~~~~~~~~~~~~~~~~~ ^
clBuildProgram (-11)
The text was updated successfully, but these errors were encountered:
Hello!
That example look very interesting but i can't make it work.. For your heighfield SDF hip demo....
Cheers
3 errors generated.
OpenCL Exception: :337:27: error: use of undeclared identifier 'dirx'
int x1 = (int)(gidx + dirx[gid] * 10);
^
:338:27: error: use of undeclared identifier 'diry'
int y1 = (int)(gidy + diry[gid] * 10);
^
:403:42: error: used type 'float' where floating point type is not allowed
scratch[gid] = scratch_lastmask[gid] ? heightmin : density[gid];
~~~~~~~~~~~~~~~~~~~~~ ^
clBuildProgram (-11)
The text was updated successfully, but these errors were encountered: