You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
488 B
488 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| §16 Post-processing effects (bloom, blur): conceptual overview | completed | task | normal | 2026-03-13T19:55:11Z | 2026-03-16T02:30:28Z | edu-4u7w |
Write the conceptual overview of post-processing: render to texture (off-screen framebuffer), Gaussian blur as a separable two-pass compute shader, bloom as blur applied to bright regions. No full exercise — reading only. Part 6 of the Shader Programming chapter.