Support vulkan pipeline cache#185
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds support for the Vulkan pipeline cache in the Tizen embedder by retrieving the application's cache path and passing it to the Vulkan renderer configuration. The review feedback points out that if the cache path is empty, cache_path_.c_str() returns an empty string instead of nullptr, which does not align with the engine's expectation of receiving NULL to disable the cache. It is recommended to conditionally assign nullptr when the cache path is empty.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Fix #181