first commit
This commit is contained in:
9
shader/VertexColor.frag
Normal file
9
shader/VertexColor.frag
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 450 core
|
||||
|
||||
layout(location = 0) in vec4 FragmentColor;
|
||||
layout(location = 0) out vec4 FragColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor=FragmentColor;
|
||||
}
|
Reference in New Issue
Block a user