stuff
This commit is contained in:
parent
96f1792c09
commit
4fc1e20fdd
30 changed files with 1045 additions and 39 deletions
9
.local/sioyek/shaders/debug.fragment
Normal file
9
.local/sioyek/shaders/debug.fragment
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
precision mediump float;
|
||||
|
||||
out vec4 color;
|
||||
in vec2 screen_pos;
|
||||
in vec2 uvs;
|
||||
|
||||
void main(){
|
||||
color = vec4(1.0, 1.0, 0.0, 0.3);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue