Output warning if using unsupported texture wrap mode.
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>
Wed, 11 May 2011 15:46:06 +0000 (17:46 +0200)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>
Thu, 12 May 2011 08:13:00 +0000 (10:13 +0200)
commit35559a2f00fc9bf609144a6bba3f0a678f61cd12
tree52f2a0b49ff3436990fc088cd974f75fff9ae72f
parent108f7cec20c105c07a34cded24fc1632b86e15c2
Output warning if using unsupported texture wrap mode.

The REPEAT wrap mode is not supported by default for non-
power-of-two textures in OpenGL ES 2. Output warning in
QSGTexture::updateBindOptions() in debug mode.
src/declarative/scenegraph/util/qsgtexture.cpp