1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00
Files
godot/doc/classes
Hugo Locurcio a9c0c5484f Add support for contrast-adaptive sharpening in 3D (GLES3 only)
This is an older, easier to implement variant of CAS as a pure
fragment shader. It doesn't support upscaling, but we won't make
use of it (at least for now).

The sharpening intensity can be adjusted on a per-Viewport basis.
For the root viewport, it can be adjusted in the Project Settings.

Since `textureLodOffset()` isn't available in GLES2, there is no
way to support contrast-adaptive sharpening in GLES2.
2021-06-21 15:37:31 +02:00
..
2021-05-20 12:56:56 +02:00
2021-06-07 12:11:52 +02:00
2021-05-31 05:25:12 -04:00
2021-05-20 13:29:38 +03:00
2021-05-20 13:29:38 +03:00
2021-05-20 12:56:56 +02:00
2021-06-19 09:28:53 +02:00
2021-06-18 11:00:44 -04:00