This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Final for now... | |
| // iPhone 3Gs: 5.9ms | |
| #ifdef VERTEX | |
| attribute vec4 a_position; | |
| attribute vec2 a_uv; | |
| attribute vec3 a_normal; | |
| attribute vec4 a_tangent; | |
| uniform mat4 u_mvp; |
NewerOlder