--Code changes

-Fix erroneous export statement in Ember.cpp.
 -Add using statement in RendererCL.h.
This commit is contained in:
Person
2018-05-01 16:46:18 -07:00
parent 92e9836151
commit f15620375b
2 changed files with 2 additions and 1 deletions

View File

@ -407,7 +407,7 @@ uint Timing::m_ProcessorCount;
EXPORTPREPOSTREGVAR(Sphereblur, T) \
EXPORTPREPOSTREGVAR(Cpow3, T) \
EXPORTPREPOSTREGVAR(Concentric, T) \
EXPORTPREPOSTREGVAR(Hyperbolic, T) \
EXPORTPREPOSTREGVAR(Hypercrop, T) \
EXPORTPREPOSTREGVAR(Hypershift2, T) \
template EMBER_API class PostSmartcropVariation<T>; /*Only implemented as post.*/ \
EXPORTPREPOSTREGVAR(DCBubble, T) \