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.
421 B
421 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| §7 Vertices, buffers, and the vertex shader | todo | task | 2026-03-13T19:54:49Z | 2026-03-13T19:54:49Z | edu-4u7w |
Write the lesson on vertex data: vertex structs in Rust, VertexBufferLayout, uploading a buffer to the GPU with wgpu::util::DeviceExt, and what the vertex shader receives (position, colour, normals). Part 3 of the Shader Programming chapter.