Revert "[Tizen] Enable ShaderFileCaching default"
authorANZ1217 <chihun.jeong@samsung.com>
Thu, 5 Jun 2025 05:27:07 +0000 (14:27 +0900)
committerANZ1217 <chihun.jeong@samsung.com>
Thu, 5 Jun 2025 05:27:07 +0000 (14:27 +0900)
This reverts commit 3ebfff483fb5b00d11e3ef840019edcd0b29340b.

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

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