Merge "Adding packed small float pixel format." into devel/graphics
[platform/core/uifw/dali-core.git] / dali / internal / render / renderers / render-renderer.cpp
index 8136005..4a06a0b 100644 (file)
@@ -41,7 +41,7 @@ namespace Internal
 namespace
 {
 // Size of uniform buffer page used when resizing
-constexpr uint32_t UBO_PAGE_SIZE = 8192u;
+constexpr uint32_t UBO_PAGE_SIZE = 64;
 
 // UBO allocation threshold below which the UBO will shrink
 constexpr auto UBO_SHRINK_THRESHOLD = 0.75f;