Too much changes
This commit is contained in:
10
shaders/debug_draw.ps
Normal file
10
shaders/debug_draw.ps
Normal file
@@ -0,0 +1,10 @@
|
||||
#version 330 core
|
||||
|
||||
in vec3 v_color;
|
||||
|
||||
out vec4 fragColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
fragColor = vec4(v_color, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user