yes
This commit is contained in:
8
modules/wallpaper-engine/shaders/error.frag
Normal file
8
modules/wallpaper-engine/shaders/error.frag
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
uniform sampler2D g_Texture0;
|
||||
|
||||
varying vec2 v_TexCoord;
|
||||
|
||||
void main() {
|
||||
gl_FragColor = texSample2D(g_Texture0, v_TexCoord);
|
||||
}
|
||||
Reference in New Issue
Block a user