Commit 16b06b97 authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

Update Shaders.create.md

parent 59424cd7
......@@ -22,7 +22,7 @@ void main () {
```
There are two kinds of OpenGL Shaders: vertex and fragment shaders.
The vertex shader iterates over polygons and computes a position, the fragment shaders iterates over pixels and computes a color.
The vertex shader iterates over polygons and computes pixel positions, the fragment shaders iterates over pixels and computes a color.
In current version of `gl-react-native`, the vertex shader is implemented for you
and you only have to implement the fragment shader.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment