is GL_POLYGON_STIPPLE supported in openGL-ES 2.0?
http://www.opengl.org/resources/faq/technical/transpar开发者_JAVA百科ency.htm#blen0025 says scrren door transparency is achieved by enabling GL_POLYGON_STIPPLE. Is it supported in openGL-ES 2.0?
After looking into the OpenGL ES 2.0 specification: It is indeed not supported.
精彩评论