[webkit-dev] NPOT Textures
SzymanskiPrzemyslaw
p.szymanski3 at samsung.com
Thu May 23 00:14:31 PDT 2013
Hello.
In WebGLRenderingContext::setupFlags() there is a line: m_isGLES2NPOTStrict
= !m_context->getExtensions()->isEnabled("GL_OES_texture_npot");
My question is: why is this negation? Now NPOT textures doesn't work in
WebKit but without this negation NPOT textures works fine. Is this disabling
of NPOT textures intentionally?
Thanks for reply,
Przemek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130523/0b804b76/attachment.html>
More information about the webkit-dev
mailing list