~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/resources/openglimagehelper.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#define GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB 0x84F8
34
34
#endif
35
35
 
36
 
#include "utils/stringvector.h"
37
 
 
38
36
#include "resources/imagehelper.h"
39
37
 
40
 
#include <SDL.h>
41
 
 
42
38
#ifdef ANDROID
43
39
#include <GLES/gl.h>
44
40
#define GL_RGBA8 GL_RGBA8_OES
68
64
 
69
65
        A_DELETE_COPY(OpenGLImageHelper)
70
66
 
71
 
        virtual ~OpenGLImageHelper()
 
67
        ~OpenGLImageHelper()
72
68
        { }
73
69
 
74
70
        /**