Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2015-02-27 16:47:39 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-02-27 16:47:39 +0300
commit15957a9e4d640af223b0ff0b893139d436cab7fb (patch)
tree4fb2bdfa63a09b7d2d4cf807a044c160f3e90a75 /source/gameengine/VideoTexture/Texture.h
parent55e7d726c4bbe3a27a0ad7ccd0d88de19e8e10bf (diff)
Get rid of gluScaleImage in our game engine as well.
Diffstat (limited to 'source/gameengine/VideoTexture/Texture.h')
-rw-r--r--source/gameengine/VideoTexture/Texture.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/gameengine/VideoTexture/Texture.h b/source/gameengine/VideoTexture/Texture.h
index 1befb620447..ae778bae704 100644
--- a/source/gameengine/VideoTexture/Texture.h
+++ b/source/gameengine/VideoTexture/Texture.h
@@ -71,9 +71,7 @@ struct Texture
bool m_mipmap;
// scaled image buffer
- unsigned int * m_scaledImg;
- // scaled image buffer size
- unsigned int m_scaledImgSize;
+ ImBuf * m_scaledImBuf;
// last refresh
double m_lastClock;