[Tizen] Enable ShaderFileCaching default
authorWoochan Lee <wc0917.lee@samsung.com>
Thu, 22 May 2025 04:45:50 +0000 (13:45 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Thu, 22 May 2025 04:45:50 +0000 (13:45 +0900)
This reverts commit 3bf70bea3d34d57e75cee251b359128eb44b9058.

dali/internal/graphics/gles-impl/egl-graphics-controller.h

index 1e470d4cb2c8e037ec14972d1b7aa23da1ba0acf..86a3e9f07941217855b7d531af09e004dbae8be1 100644 (file)
@@ -922,7 +922,7 @@ private:
 
   GLES::SyncPool mSyncPool;
   std::size_t    mCapacity{0u}; ///< Memory Usage (of command buffers)
-  bool           mUseProgramBinary{false};
+  bool           mUseProgramBinary{true};
 };
 
 } // namespace Graphics