diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-30 22:05:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-30 22:05:55 +0300 |
commit | 080291d23a1a28cf7c5e3e01eb4ecb1637a1b42b (patch) | |
tree | adb12b2ed2020fc5c636d3c5cb7ba1ee0636f9e0 /src/render/mobileopenglgraphics.h | |
parent | 9aa2b0ffb97f8a1b5ae5201983318d03615c11e1 (diff) | |
download | plus-080291d23a1a28cf7c5e3e01eb4ecb1637a1b42b.tar.gz plus-080291d23a1a28cf7c5e3e01eb4ecb1637a1b42b.tar.bz2 plus-080291d23a1a28cf7c5e3e01eb4ecb1637a1b42b.tar.xz plus-080291d23a1a28cf7c5e3e01eb4ecb1637a1b42b.zip |
add calcTileVertexesInline into renders for internal usage.
Diffstat (limited to 'src/render/mobileopenglgraphics.h')
-rw-r--r-- | src/render/mobileopenglgraphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h index f4f1bf673..bdf366c22 100644 --- a/src/render/mobileopenglgraphics.h +++ b/src/render/mobileopenglgraphics.h @@ -111,6 +111,10 @@ class MobileOpenGLGraphics final : public Graphics const int x, const int y, const int w, const int h) const; + void inline calcTileVertexesInline(ImageVertexes *const vert, + const Image *const image, + int x, int y) const; + GLfloat *mFloatTexArray; GLshort *mShortVertArray; GLfloat *mFloatTexArrayCached; |