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.
444 B
444 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| §12 Exercise 4: render a textured quad | completed | task | normal | 2026-03-13T19:54:58Z | 2026-03-16T02:30:28Z | edu-4u7w |
Write the exercise to render a textured quad: two triangles forming a rectangle, UV coordinates per vertex, load an image with the image crate, upload to a wgpu texture, sample it in the fragment shader. Part 4 of the Shader Programming chapter.