1
|
1
|
new file mode 100644
|
...
|
...
|
@@ -0,0 +1,12 @@
|
|
1
|
+# [`glewcompat`][]
|
|
2
|
+
|
|
3
|
+Create [OpenGL][] code base compatibility reports using [`glewinfo`][] and
|
|
4
|
+[`grep`][].
|
|
5
|
+
|
|
6
|
+Consider using [`glregistry`][] as a more robust alternative.
|
|
7
|
+
|
|
8
|
+[`glewcompat`]: https://git.rcrnstn.net/rcrnstn/glewcompat
|
|
9
|
+[OpenGL]: https://en.wikipedia.org/wiki/OpenGL
|
|
10
|
+[`glewinfo`]: https://github.com/nigels-com/glew#glewinfo
|
|
11
|
+[`grep`]: https://en.wikipedia.org/wiki/Grep
|
|
12
|
+[`glregistry`]: https://git.rcrnstn.net/rcrnstn/glregistry
|