mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-13 12:52:32 +08:00

Added support for shader patches Removed useless DEBUG define in favour of NDEBUG Signed-off-by: Alexis Maiquez <almamu@almamu.com>
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"patches": [
|
|
{
|
|
"matches": [
|
|
"uniform float g_Chromatic;",
|
|
"g_AudioSpectrum16Left[g_Chromatic]"
|
|
],
|
|
"replacements": {
|
|
"g_AudioSpectrum16Left[g_Chromatic]": "g_AudioSpectrum16Left[int(g_Chromatic)]"
|
|
}
|
|
}
|
|
]
|
|
} |