We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715c7a0 commit c32659dCopy full SHA for c32659d
labs/02-texture-and-shader.md
@@ -51,6 +51,8 @@ glEnableVertexAttribArray(1);
51
52
### Part 2: Upgrading the Artists (The Shaders)
53
54
+<iframe width="560" height="315" src="https://www.youtube.com/embed/brDJVEPOeY8?si=J0dDgq_xhePZPeL9" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
55
+
56
Our old shaders only knew how to position vertices and draw a solid color. We need to give them an upgrade to handle textures.
57
58
```mermaid
0 commit comments