filename | src/drivers/video_gl.h |
changeset | 1251:b8ab59d39756 |
prev | 1246:887f7b0ac7f3 |
next | 1258:f8a9c0fd2abb |
author | nkeynes |
date | Sat Mar 03 16:11:28 2012 +1000 (11 years ago) |
permissions | -rw-r--r-- |
last change | Support depth component 16 as well as 24 (add capability flag for the available bits) Put remaining TODOs inside HAVE_OPENGL_FIXEDFUNC blocks Add swap-buffer calls for EGL (does not appear to support rendering directly to front-buffer) |
file | annotate | diff | log | raw |
1.1 --- a/src/drivers/video_gl.h Sat Mar 03 00:17:36 2012 +10001.2 +++ b/src/drivers/video_gl.h Sat Mar 03 16:11:28 2012 +10001.3 @@ -28,7 +28,7 @@1.4 /**1.5 * Set the video size used by the frame blits1.6 */1.7 -void gl_set_video_size( uint32_t width, uint32_t height );1.8 +void gl_set_video_size( uint32_t width, uint32_t height, int flipped );1.10 /**1.11 * Generic GL routine to draw the given frame buffer into a texture
.