mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 17:29:18 +02:00
fixes, fog experiments, add shaders to tree
This commit is contained in:
10
shaders/color.frag
Normal file
10
shaders/color.frag
Normal file
@@ -0,0 +1,10 @@
|
||||
#version 330
|
||||
|
||||
in vec3 f_color;
|
||||
|
||||
out vec4 color;
|
||||
|
||||
void main()
|
||||
{
|
||||
color = vec4(f_color, 1.0f);
|
||||
}
|
||||
Reference in New Issue
Block a user