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.
422 B
422 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| §12 Exercise 4: render a textured quad | todo | task | 2026-03-13T19:54:58Z | 2026-03-13T19:54:58Z | 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.