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
after digging into the source, i find that the error comes from line 121 of MSAOpenCLProgram.cpp Options = "-I \"" + ofToDataPath("") + "\" " + options;
I guess it's because the new realization of ofToDataPath()
The text was updated successfully, but these errors were encountered:
after digging into the source, i find that the error comes from line 121 of MSAOpenCLProgram.cpp
Options = "-I \"" + ofToDataPath("") + "\" " + options;
I guess it's because the new realization of ofToDataPath()
The text was updated successfully, but these errors were encountered: