Skip to content

Commit

Permalink
taa
Browse files Browse the repository at this point in the history
  • Loading branch information
Katzeee committed Sep 2, 2024
1 parent 99fcefd commit 0265061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/Cg/2024-09-01-taa-implementation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ void main( uint3 DTid : SV_DispatchThreadID )

Sharpener 做的事非常简单,对Blend后的结果做一次锐化

=== YoCg Sharpen
=== YCoCg Sharpen

gltfSample 中的Sharpen是在ToCg颜色空间做的,通过提高中心像素的亮度来实现锐化
gltfSample 中的Sharpen是在YCoCg颜色空间做的,通过提高中心像素的亮度来实现锐化

```hlsl
float3 ApplySharpening(in float3 center, in float3 top, in float3 left, in float3 right, in float3 bottom)
Expand Down

0 comments on commit 0265061

Please sign in to comment.