Provide a main function for the compile test
This commit is contained in:
parent
c4039a929c
commit
ca67c7ef43
1 changed files with 5 additions and 1 deletions
|
|
@ -7,4 +7,8 @@
|
|||
|
||||
#ifndef GL_ES_VERSION_2_0
|
||||
#error EGLRenderer requires OpenGL ES 2.0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int main() {
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue