linux-wallpaperengine/share/patches/vhstest.vert.json
Alexis Maiquez 37631e9c40 Upgraded to shader version 330
Added support for shader patches
Removed useless DEBUG define in favour of NDEBUG

Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2023-02-11 03:21:45 +01:00

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)]"
}
}
]
}