summaryrefslogtreecommitdiffstats
path: root/third_party/gles2_book/README.chromium
blob: 38aaad802e194bd5a4dd1f04b5488f088b995081 (plain)
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
26
27
URL: http://opengles-book.com/
Version: 
License: 
License File: 

Description:
Code samples from OpenGL ES 2.0 Programming Guide.
Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner
Publisher: Addison-Wesley Professional
ISBN: 0321502795

Local Modifications:
  Removed files that chromium did not need:
    - Bin/*
    - Common/Doc/*
    - Common/Include/EGL/*
    - Common/Include/GLES2/*
    - Common/Include/KD/*
    - Common/Lib/*
    - Common/Source/esUtil_win32.c
    - Lib/*
    - *.vcproj, *.sln

  Added header files for individual examples so that they can be compiled as
  static libraries:
    - Chapter_2/Hello_Triangle/Hello_Triangle.h
    - Chapter_8/Simple_VertexShader/Simple_VertexShader.h