Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- precision highp float;
- uniform vec2 resolution;
- uniform vec2 mouse;
- uniform float time;
- uniform sampler2D backbuffer;
- void main(){
- // vec2 r=resolution;
- // vec2 uv = gl_FragCoord.xy;
- gl_FragColor=vec4(0,0,0,1);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement