ScreenLockDetector/shaders
hoenking 95a04efb91 Use rotation for background gradient; fix timing
Update fragment shader to use ubo.rotation instead of ubo.time and sync
the SPIR-V. Add periodic debug output in VulkanRenderer. Track total
paused time in VulkanWidget (m_totalPausedTime) and subtract it from
elapsed time so animations remain in sync after lock/unlock.
2025-11-14 19:21:21 +08:00
..
background.frag Use rotation for background gradient; fix timing 2025-11-14 19:21:21 +08:00
background.vert Use std140 UBO layout and add Vulkan tab 2025-11-10 22:08:52 +08:00
geometry.frag Use std140 UBO layout and add Vulkan tab 2025-11-10 22:08:52 +08:00
geometry.vert Bump project version to 3.0.0 2025-11-11 21:14:12 +08:00
text.frag Use std140 UBO layout and add Vulkan tab 2025-11-10 22:08:52 +08:00
text.vert 修复文字显示bug 2025-11-10 20:26:57 +08:00