source:
trunk/config.tests/unix/opengles1cl/opengles1cl.cpp@
497
Last change on this file since 497 was 2, checked in by , 16 years ago | |
---|---|
File size: 194 bytes |
Line | |
---|---|
1 | #include <GLES/gl.h> |
2 | #include <GLES/egl.h> |
3 | |
4 | int main(int, char **) |
5 | { |
6 | GLfixed a = 0; |
7 | eglInitialize(0, 0, 0); |
8 | glColor4x(a, a, a, a); |
9 | glClear(GL_COLOR_BUFFER_BIT); |
10 | |
11 | return 0; |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.