From 483833f044a9aea44a36a23cdc1411855f0c3f06 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sat, 2 Jun 2012 10:59:47 -0700 Subject: [PATCH] Updated readme. --- README.md | 14 +++++++++++--- src/glimports.h | 6 ++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4de23c84a..6f84d7c33 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,22 @@ bgfx ==== -Rendering library. Supports OpenGL/ES 2.0 and Direct3D 9.0. +Rendering library. + +Supports: +OpenGL 2.1, OpenGL ES 2.0, and Direct3D 9.0. + +Platforms: +Windows, Linux, Android, and Native Client. Contact ------- -Twitter @bkaradzic +[@bkaradzic](https://twitter.com/bkaradzic) +http://www.stuckingeometry.com -Web http://www.stuckingeometry.com +Project page +https://github.com/bkaradzic/bgfx License ------- diff --git a/src/glimports.h b/src/glimports.h index 6671e84ca..16b57a316 100644 --- a/src/glimports.h +++ b/src/glimports.h @@ -7,6 +7,12 @@ # error GL_IMPORT(_optional, _proto, _func) must be defined! #endif // GL_IMPORT +// OpenGL 2.1 Reference Pages +// http://www.opengl.org/sdk/docs/man/ +// +// OpenGL ES 2.0 Reference Pages +// http://www.khronos.org/opengles/sdk/docs/man/ + GL_IMPORT(false, PFNGLACTIVETEXTUREPROC, glActiveTexture); GL_IMPORT(false, PFNGLCOMPRESSEDTEXIMAGE2DPROC, glCompressedTexImage2D); GL_IMPORT(false, PFNGLBINDBUFFERPROC, glBindBuffer);