Files

8 lines
122 B
V Shell
Raw Permalink Normal View History

2026-03-01 13:51:43 +08:00
// http://www.cocos2d-iphone.org
attribute vec4 a_position;
void main()
{
gl_Position = CC_MVPMatrix * a_position;
}