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