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

 

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to