Skip to content

Commit d51a42f

Browse files
committed
added small glossary section
1 parent 8e50bf6 commit d51a42f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/templates/pages/learn/introduction-to-shaders.hbs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ slug: learn/
8989
}
9090
<pre>
9191

92+
93+
<h2>Glossary </h2>
94+
<h3>Shader</h3>
95+
<p>A special graphics card program that can efficiently produce many visual effects and filters. </p>
96+
<h3>Uniform</h3>
97+
<p>A variable that is passed from your sketch to a shader</p>
98+
9299
</main>
93100

94101
{{> footer}}

0 commit comments

Comments
 (0)