forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
leenkx/Shaders/debug_draw/line.frag.glsl
Normal file
8
leenkx/Shaders/debug_draw/line.frag.glsl
Normal file
@ -0,0 +1,8 @@
|
||||
#version 450
|
||||
|
||||
in vec3 color;
|
||||
out vec4 fragColor;
|
||||
|
||||
void main() {
|
||||
fragColor = vec4(color, 1.0);
|
||||
}
|
Reference in New Issue
Block a user