Indentation style changed to Horstmann
This commit is contained in:
@@ -5,6 +5,5 @@ uniform mat4 MVP;
|
||||
layout(location = 0) out float FragmentDepth;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragmentDepth = gl_FragCoord.z;
|
||||
{ FragmentDepth = gl_FragCoord.z;
|
||||
}
|
||||
Reference in New Issue
Block a user