Indentation
This commit is contained in:
parent
42e4bd4a11
commit
c739dac00a
3 changed files with 12 additions and 12 deletions
|
|
@ -10,10 +10,10 @@ layout (location = 0) in VertexInput {
|
||||||
vec4 color;
|
vec4 color;
|
||||||
} vertexInput;
|
} vertexInput;
|
||||||
|
|
||||||
layout(location = 0) out vec4 FragColor;
|
layout(location = 0) out vec4 outFragColor;
|
||||||
|
|
||||||
|
|
||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
FragColor = vertexInput.color;
|
outFragColor = vertexInput.color;
|
||||||
}
|
}
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue