filename | src/pvr2/glutil.h |
changeset | 1275:83b15705cdde |
prev | 1259:8a69f4d0b31d |
next | 1282:9f445c5e252b |
author | nkeynes |
date | Tue Mar 20 08:29:38 2012 +1000 (10 years ago) |
permissions | -rw-r--r-- |
last change | More android WIP - Implement onPause/onResume (although resume is not actually working yet) - Implement BGRA => RGBA texture conversion (BGRA doesn't seem to work on the TFP) Boot swirl is now displayed, albeit depth buffering seems to be broken. |
file | annotate | diff | log | raw |
1.1 --- a/src/pvr2/glutil.h Mon Mar 05 15:00:14 2012 +10001.2 +++ b/src/pvr2/glutil.h Tue Mar 20 08:29:38 2012 +10001.3 @@ -56,6 +56,7 @@1.4 gboolean isGLPixelBufferSupported();1.5 gboolean isGLMultitextureSupported();1.6 gboolean isGLMirroredTextureSupported();1.7 +gboolean isGLBGRATextureSupported();1.8 gboolean isGLShaderSupported();1.9 GLint glGetMaxColourAttachments();
.