mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-16 23:06:03 +00:00
OpenGL ES support for Windows
This commit is contained in:
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
Reference in New Issue
Block a user