1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,11 @@ |
1 |
+# [`glfbo3d`][] |
|
2 |
+ |
|
3 |
+A [C++11][] test of [OpenGL][] \>=3.2 3D [Framebuffer Objects (FBOs)][]. |
|
4 |
+ |
|
5 |
+[`glfbo3d`][] consists of a single test that demonstrates usage of 3D |
|
6 |
+[Framebuffer Objects (FBOs)][]. |
|
7 |
+ |
|
8 |
+[`glfbo3d`]: https://git.rcrnstn.net/rcrnstn/glfbo3d |
|
9 |
+[C++11]: https://en.wikipedia.org/wiki/C++11 |
|
10 |
+[OpenGL]: https://www.opengl.org |
|
11 |
+[Framebuffer Objects (FBOs)]: https://www.khronos.org/opengl/wiki/Framebuffer_Object |