source:
trunk/config.tests/unix/opengles2/opengles2.cpp@
342
Last change on this file since 342 was 2, checked in by , 16 years ago | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | #include <EGL/egl.h> |
2 | #include <GLES2/gl2.h> |
3 | |
4 | int main(int, char **) |
5 | { |
6 | eglInitialize(0, 0, 0); |
7 | glUniform1f(1, GLfloat(1.0)); |
8 | glClear(GL_COLOR_BUFFER_BIT); |
9 | |
10 | return 0; |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.