summaryrefslogtreecommitdiff
path: root/src/openglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r--src/openglgraphics.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h
index 0eaaf0f18..c06f36228 100644
--- a/src/openglgraphics.h
+++ b/src/openglgraphics.h
@@ -91,6 +91,11 @@ class OpenGLGraphics : public Graphics
int x, int y, int w, int h,
int scaledWidth, int scaledHeight);
+ void calcImagePattern(GraphicsVertexes* vert, Image *image,
+ int x, int y, int w, int h);
+
+ void drawImagePattern2(GraphicsVertexes *vert, Image *image);
+
void updateScreen();
void _beginDraw();
@@ -115,8 +120,14 @@ class OpenGLGraphics : public Graphics
void drawQuadArrayfi(int size);
+ void drawQuadArrayfi(GLint *intVertArray, GLfloat *floatTexArray,
+ int size);
+
void drawQuadArrayii(int size);
+ void drawQuadArrayii(GLint *intVertArray, GLint *intTexArray,
+ int size);
+
void drawLineArrayi(int size);
void drawLineArrayf(int size);