| OLD | NEW |
| 1 // Copyright (c) 2010 The Native Client Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This is a build test that includes the basic OpenGL ES 2 headers, to make | 5 // This is a build test that includes the basic OpenGL ES 2 headers, to make |
| 6 // sure that the header layout in the NaCl toolchain is correct. Note that | 6 // sure that the header layout in the NaCl toolchain is correct. Note that |
| 7 // unlike the cpp header test files, this is not generated by a script. | 7 // unlike the cpp header test files, this is not generated by a script. |
| 8 | 8 |
| 9 #include <GLES2/gl2.h> | 9 #include <GLES2/gl2.h> |
| 10 #include <GLES2/gl2ext.h> | 10 #include <GLES2/gl2ext.h> |
| OLD | NEW |