mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
refactor: move shaders to individual files
This commit is contained in:
parent
79dfbb9f44
commit
26271ef865
12 changed files with 171 additions and 148 deletions
7
sway/desktop/shaders/quad.frag
Normal file
7
sway/desktop/shaders/quad.frag
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
precision mediump float;
|
||||
varying vec4 v_color;
|
||||
varying vec2 v_texcoord;
|
||||
|
||||
void main() {
|
||||
gl_FragColor = v_color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue