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.
457 B
457 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| §9 Exercise 2: draw a coloured triangle | todo | task | 2026-03-13T19:54:52Z | 2026-03-13T19:54:52Z | edu-4u7w |
Write the exercise to draw a hard-coded coloured triangle: define three vertices in a vertex buffer, write a vertex shader that passes colour through, write a fragment shader that outputs the interpolated colour. First rendered geometry. Part 3 of the Shader Programming chapter.