aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authory-jan137 <yousefjan24000@gmail.com>2026-04-29 08:23:21 +0300
committery-jan137 <yousefjan24000@gmail.com>2026-04-29 08:23:21 +0300
commit5f3e40276c634554dc5311c9a70723579e7c595f (patch)
treecd849beafbad405faec6093143fdfa6d8102ff03 /README.md
parent5c2531da748443bf10f1bbed90081e6c59a1fd6e (diff)
Add 1D span descriptor buffer
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e9f317e..ef7e82e 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,11 @@
swift build -c release
./.build/release/pixel-sort input.png output2.png --lower 0.2 --upper 0.8 --key brightness
```
+
+Performance target: 2ms max for 1080p
+
+Shader optimization bottlenecks:
+- VRAM
+- Shader code itself
+ - Texture sampling (memory bandwidth): precalculate sorting value (SortKey)
+ -