-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.txt
25 lines (22 loc) · 1.2 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
The AMD OpenGL ES SDK is a set of libraries and headers that developers can
use to create 3D graphics applications using the OpenGL ES 2 API natively on
Microsoft Windows® and Linux® operating systems. OpenGL ES 2 is a subset of
the full OpenGL 2 specification, but provides a smaller, lightweight API,
limited to the core functionality required to support fully programmable 3D
graphics, without the overhead of legacy features. With this SDK, AMD
provides fully compliant native support for OpenGL ES 2 and EGL on systems
running AMD Radeon™ HD and AMD FirePro™ graphics cards.
Included Tools and Libraries
- OpenGL ES 2 and EGL headers
- 32 bit and 64 bit OpenGL ES 2 libraries
- 32 bit and 64 bit EGL libraries
- Sample application
SDK structure
./include - OpenGL ES 2 and EGL headers
./x86 - 32 bit libraries for Microsoft Windows® and Linux® environments
./x86-64 - 64 bit libraries for Microsoft Windows® and Linux® environments
./sample - C++ sample application source code
Licensing
The header files included in this SDK are licensed from the Khronos Group
under the SGI Free Software B License Version 2.0.
For details, see http://oss.sgi.com/projects/FreeB/.