summaryrefslogtreecommitdiffhomepage
path: root/examples/shaders/shaders_mesh_instancing.data
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shaders/shaders_mesh_instancing.data')
-rw-r--r--examples/shaders/shaders_mesh_instancing.data2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/shaders/shaders_mesh_instancing.data b/examples/shaders/shaders_mesh_instancing.data
index 441e858..dd14c51 100644
--- a/examples/shaders/shaders_mesh_instancing.data
+++ b/examples/shaders/shaders_mesh_instancing.data
@@ -79,6 +79,7 @@ void main()
// Gamma correction
gl_FragColor = pow(finalColor, vec4(1.0/2.2));
}
+
#version 100
// Input vertex attributes
@@ -115,3 +116,4 @@ void main()
// Calculate final vertex position
gl_Position = mvpi*vec4(vertexPosition, 1.0);
}
+