stuff
This commit is contained in:
6
modules/wallpaper-engine/shaders/wireframe.frag
Normal file
6
modules/wallpaper-engine/shaders/wireframe.frag
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
varying mediump vec4 v_Color;
|
||||
|
||||
void main() {
|
||||
gl_FragColor = v_Color;
|
||||
}
|
||||
Reference in New Issue
Block a user