背景和头像缺失
This commit is contained in:
8
cocos2d/tests/js-tests/resjs/Shaders/example_Plasma.vsh
Normal file
8
cocos2d/tests/js-tests/resjs/Shaders/example_Plasma.vsh
Normal file
@@ -0,0 +1,8 @@
|
||||
// http://www.cocos2d-iphone.org
|
||||
|
||||
attribute vec4 a_position;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = CC_MVPMatrix * a_position;
|
||||
}
|
||||
Reference in New Issue
Block a user