Added recursive buffer support

This commit is contained in:
Digital Artifex
2025-08-15 09:33:12 -04:00
parent 724c017240
commit a47f8063ca
5 changed files with 96 additions and 23 deletions

View File

@@ -189,6 +189,7 @@ Item
mainItem.iTime += (interval / 1000) * (wallpaper.configuration.shaderSpeed ? wallpaper.configuration.shaderSpeed : 1.0)
mainItem.iDate = Qt.vector4d(date.getFullYear(), date.getMonth() + 1, date.getDate(), secondsSinceMidnight)
mainItem.iFrame += 1
}
}
}