Refactor in C++
This commit is contained in:
parent
8c4b7bff18
commit
abdd19f5e5
445 changed files with 68766 additions and 36566 deletions
7
shaders/hex.frag
Normal file
7
shaders/hex.frag
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#version 330 core
|
||||
out vec4 final_color;
|
||||
uniform vec4 hex_color;
|
||||
void main()
|
||||
{
|
||||
final_color = hex_color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue