diff options
Diffstat (limited to 'src/render/normalopenglgraphics.h')
-rw-r--r-- | src/render/normalopenglgraphics.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index b88a073c3..dd3e34208 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -120,6 +120,11 @@ class NormalOpenGLGraphics final : public Graphics int w, int h, const ImageRect &imgRect); + void inline calcPatternInline(ImageVertexes *const vert, + const Image *const image, + const int x, const int y, + const int w, const int h) const; + GLfloat *mFloatTexArray; GLint *mIntTexArray; GLint *mIntVertArray; |