[Tizen] Enable ShaderFileCaching default
authorANZ1217 <chihun.jeong@samsung.com>
Thu, 5 Jun 2025 05:28:04 +0000 (14:28 +0900)
committerANZ1217 <chihun.jeong@samsung.com>
Thu, 5 Jun 2025 05:28:04 +0000 (14:28 +0900)
This reverts commit 6ba31d83791f4b4fcbdc49ad64b086cceb2c2550.

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