Initial commit
This commit is contained in:
8
C#/OpenTKTutorial/shader.frag
Normal file
8
C#/OpenTKTutorial/shader.frag
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 330 core
|
||||
in vec4 fColor;
|
||||
out vec4 FragColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = fColor;
|
||||
}
|
||||
Reference in New Issue
Block a user