加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-0001-Include-description-of-glew-in-README.md.patch 1001 Bytes
一键复制 编辑 原始数据 按行查看 历史
From 15ab6eebecf7bc7028dfedb3af2afaea16231dfd Mon Sep 17 00:00:00 2001
From: Rene <rene_blath@yahoo.de>
Date: Wed, 27 Sep 2017 11:42:00 +0200
Subject: [PATCH] Include description of glew in README.md
Description has been taken from glew.sourceforge.net
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 6d8245b..1b427b8 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# GLEW - The OpenGL Extension Wrangler Library
+The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris.
+
![](http://glew.sourceforge.net/glew.png)
http://glew.sourceforge.net/
--
2.37.3.windows.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化