From dbbb7f55f3623cf765e12d15cd8a9579d4004ae4 Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Tue, 10 Feb 2026 13:22:09 -0500 Subject: [PATCH] Update README.md --- shader_deblocking/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/shader_deblocking/README.md b/shader_deblocking/README.md index 18b170d..3816fef 100644 --- a/shader_deblocking/README.md +++ b/shader_deblocking/README.md @@ -59,6 +59,14 @@ Many variations and optimizations of this basic idea are possible. --- +**Disabled:** +![Screenshot 3: Off](screenshots/3_off.png) + +**Enabled:** +![Screenshot 3: On](screenshots/3_on.png) + +--- + ## Usage and Controls The sample either renders a single textured quad or a cube. Press 'C' to toggle between the quad and the cube. The '1' key toggles shader deblocking (off by default). The '2' key enables edge visualization, which only works when deblocking is enabled.