| Index: native_client_sdk/src/examples/hello_world_instance3d/vertex_shader_es2.vert
|
| diff --git a/native_client_sdk/src/examples/hello_world_instance3d/vertex_shader_es2.vert b/native_client_sdk/src/examples/hello_world_instance3d/vertex_shader_es2.vert
|
| deleted file mode 100644
|
| index da616cb92a43c058daedbc5d31fb4cb25eeab533..0000000000000000000000000000000000000000
|
| --- a/native_client_sdk/src/examples/hello_world_instance3d/vertex_shader_es2.vert
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -uniform mat4 a_MVP;
|
| -attribute vec2 a_texCoord;
|
| -attribute vec3 a_color;
|
| -attribute vec4 a_position;
|
| -varying vec3 v_color;
|
| -varying vec2 v_texCoord;
|
| -void main()
|
| -{
|
| - gl_Position = a_MVP * a_position;
|
| - v_color = a_color;
|
| - v_texCoord = a_texCoord;
|
| -}
|
|
|