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 fc40498 commit ba1786cCopy full SHA for ba1786c
README.md
@@ -65,7 +65,7 @@ This is a rotating cube with model-space positions as colors
65
This renders a cube to an FBO then uses a compute shader to invert that image
66
67
#### framebuffers
68
-This renders to a texture using and FBO
+This renders to a texture using an FBO
69
70
#### geometry_shader
71
This is a pass through geometry shader
src/projects/framebuffers/src/main.cpp
@@ -1,4 +1,4 @@
1
-// This renders to a texture using and FBO
+// This renders to a texture using an FBO
2
3
#include <memory>
4
#include <vector>
0 commit comments