summaryrefslogtreecommitdiff
path: root/src/effects/ntsc.wgsl
AgeCommit message (Expand)Author
12 daysntsc: factor common code into snippet; add RGB and YIQ input variantsskal
12 daysrotating_cube: use VSOut, and store to yiqskal
12 daysstyle: require 2-line header comment in all .wgsl filesskal
13 daysNTSC: use 6-taps filtering instead of 12-tapskal
13 daysrefactor: mv get_border_col() to color_c64.wgsl as get_border_c64()skal
13 daysrefactor: extract YIQ and C64 dither to common WGSL shadersskal
14 daysadd ditheringskal
14 daysntsc effect for realskal
2026-03-08fix: negate Y in perspective() to correct rasterized 3D orientationskal
2026-03-08fix: transpose matrices on GPU upload (row-major → column-major)skal
2026-03-08feat: Implement dual-mode asset loading and update documentationskal
2026-03-07streamline docskal
2026-03-07feat(tools): add offline WGSL validator + fix ntsc.wgsl syntaxskal
2026-03-07fix(cmake): normalize asset paths to fix incremental rebuild trackingskal
2026-03-07feat(effects): add Ntsc post-process effect with fisheye distortionskal