cocos2dx中毒冰冻shader

中毒效果 #ifdef GL_ES precision mediump float; #endif uniform sampler2D u_texture; varying vec2 v_texCoord; varying vec4 v_fragmentColor; void main(void) { gl_FragColor = textu
相关文章
相关标签/搜索