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.
13 lines
444 B
Markdown
13 lines
444 B
Markdown
---
|
|
# edu-xv9j
|
|
title: '§12 Exercise 4: render a textured quad'
|
|
status: completed
|
|
type: task
|
|
priority: normal
|
|
created_at: 2026-03-13T19:54:58Z
|
|
updated_at: 2026-03-16T02:30:28Z
|
|
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.
|