mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 05:46:06 -04:00
--Bug fixes:
-Add Zeps to global OpenCL function list for any ember that contains 3D params.
This commit is contained in:
@ -579,6 +579,10 @@ string IterOpenCLKernelCreator<T>::GlobalFunctionsString(const Ember<T>& ember)
|
||||
}
|
||||
}
|
||||
|
||||
if (ember.ProjBits())
|
||||
if (!Contains(funcNames, zeps))
|
||||
funcNames.push_back(zeps);
|
||||
|
||||
for (auto& funcName : funcNames)
|
||||
if(auto text = m_FunctionMapper.GetGlobalFunc(funcName))
|
||||
os << *text << endl;
|
||||
|
Reference in New Issue
Block a user