mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
macOS improvements
This commit is contained in:
3
Source/EmberCL/RendererCL.h
Normal file → Executable file
3
Source/EmberCL/RendererCL.h
Normal file → Executable 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.
|
||||
|
Reference in New Issue
Block a user