blob: 9fe5a19373fd2dc854be4bc857ca4769663ecd24 [file] [log] [blame]
uniform highp mat4 MVP;
attribute highp vec3 vertexPosition_mdl;
void main() {
gl_Position = MVP * vec4(vertexPosition_mdl, 1.0);
}