Cleanup: glsl indentation

This commit is contained in:
Campbell Barton
2017-04-09 16:34:15 +10:00
parent c800ee6bfe
commit 928f5df1b4
6 changed files with 20 additions and 16 deletions

View File

@@ -13,6 +13,6 @@ uniform mat4 ModelViewProjectionMatrix;
void main()
{
gl_Position = ModelViewProjectionMatrix * vec4(pos.xy, 0.0f, 1.0f);
texCoord_interp = texCoord;
gl_Position = ModelViewProjectionMatrix * vec4(pos.xy, 0.0f, 1.0f);
texCoord_interp = texCoord;
}