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.
479 B
479 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| §9 Exercise 2: draw a coloured triangle | completed | task | normal | 2026-03-13T19:54:52Z | 2026-03-16T02:30:28Z | 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.