OpenGL ES support for Windows
This commit is contained in:
parent
239ba53a4c
commit
f21d3e7e2a
32 changed files with 6741 additions and 1210 deletions
2
test/configure
vendored
2
test/configure
vendored
|
@ -3902,7 +3902,7 @@ if test x$have_opengles = xyes; then
|
|||
fi
|
||||
if test x$have_opengles2 = xyes; then
|
||||
CFLAGS="$CFLAGS -DHAVE_OPENGLES2"
|
||||
GLES2LIB="$XPATH -lGLESv2"
|
||||
#GLES2LIB="$XPATH -lGLESv2"
|
||||
fi
|
||||
if test x$have_opengl = xyes; then
|
||||
CFLAGS="$CFLAGS -DHAVE_OPENGL"
|
||||
|
|
|
@ -161,7 +161,7 @@ if test x$have_opengles = xyes; then
|
|||
fi
|
||||
if test x$have_opengles2 = xyes; then
|
||||
CFLAGS="$CFLAGS -DHAVE_OPENGLES2"
|
||||
GLES2LIB="$XPATH -lGLESv2"
|
||||
#GLES2LIB="$XPATH -lGLESv2"
|
||||
fi
|
||||
if test x$have_opengl = xyes; then
|
||||
CFLAGS="$CFLAGS -DHAVE_OPENGL"
|
||||
|
|
1341
test/testgles2.c
1341
test/testgles2.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue