merge upstream

This commit is contained in:
2025-06-05 17:49:54 +00:00
11 changed files with 166 additions and 19 deletions

View File

@ -508,9 +508,7 @@ fragColor.rgb = min(fragColor.rgb, 65504 * 0.5);
fragColor.rgb = pow(fragColor.rgb, vec3(1.0 / 2.2)); // To gamma
} else if (PPComp4.x == 10){
fragColor.rgb = tonemapAgXFull(fragColor.rgb);
} else {
fragColor.rgb = vec3(0,1,0); //ERROR
}
} //else { fragColor.rgb = vec3(0,1,0); //ERROR}
#endif
#else