Changed handling of uniforms of arrays of structs
[platform/core/uifw/dali-core.git] / dali / internal / render / renderers / render-renderer.h
index eb7764c..9d578a2 100644 (file)
@@ -533,7 +533,7 @@ private:
 
   Render::PipelineCache* mPipelineCache{nullptr};
 
-  using Hash = unsigned long;
+  using Hash = std::size_t;
 
   typedef const float& (PropertyInputImpl::*FuncGetter)(BufferIndex) const;