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.
vibed/edu/.beans/edu-xv9j--12-exercise-4-ren...

12 lines
422 B
Markdown

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