macOS improvements

This commit is contained in:
Michel Mastriani
2020-05-02 15:19:14 -03:00
parent 806fe142b1
commit af56d633cf
4 changed files with 67 additions and 33 deletions

3
Source/EmberCL/RendererCL.h Normal file → Executable file
View File

@ -239,6 +239,9 @@ private:
string m_AccumBufferName = "Accum";
string m_FinalImageName = "Final";
string m_PointsBufferName = "Points";
#ifdef KNL_USE_GLOBAL_CONSEC
string m_ConsecBufferName = "Consec";
#endif
string m_VarStateBufferName = "VarState";
//Kernels.