Release/v9.0 #53

Merged
ChaoticByte merged 17 commits from release/v9.0 into main 2025-02-06 22:02:03 +00:00
Showing only changes of commit ed10da0604 - Show all commits

View file

@ -9,7 +9,7 @@
The fourth value is always alpha.
*/
#include "res://shaderlib/common.gdshaderinc"
#include "./common.gdshaderinc"
vec4 rgb2oklab(vec4 c) {
float l = 0.4122214708f * c.r + 0.5363325363f * c.g + 0.0514459929f * c.b;