Add **Contrast Adaptive Sharpening (CAS)** filter pass

#2423
This commit is contained in:
Muzz
2024-08-29 19:01:37 +02:00
committed by Wojtek Figat
parent 499ef51875
commit 09737023a1
8 changed files with 273 additions and 13 deletions

View File

@@ -198,6 +198,10 @@ void AntiAliasingSettings::BlendWith(AntiAliasingSettings& other, float weight)
BLEND_FLOAT(TAA_Sharpness);
BLEND_FLOAT(TAA_StationaryBlending);
BLEND_FLOAT(TAA_MotionBlending);
BLEND_FLOAT(CAS_SharpeningAmount);
BLEND_FLOAT(CAS_EdgeSharpening);
BLEND_FLOAT(CAS_MinEdgeThreshold);
BLEND_FLOAT(CAS_OverBlurLimit);
}
void PostFxMaterialsSettings::BlendWith(PostFxMaterialsSettings& other, float weight)