Rename shaders, remove a dependency on Dodge.Data
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#version 430 core
|
||||
in vec4 gColor;
|
||||
|
||||
out vec4 fColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
fColor = gColor;
|
||||
}
|
||||
Reference in New Issue
Block a user