axmol/tests/js-tests/resjs/Shaders/example_Monjori.vsh

8 lines
122 B
V Shell
Raw Normal View History

2015-05-26 14:26:45 +08:00
// http://www.cocos2d-iphone.org
attribute vec4 a_position;
void main()
{
gl_Position = CC_MVPMatrix * a_position;
}