Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- precision mediump float;
- varying vec2 fragTexCoord;
- uniform sampler2D sampler;
- void main()
- {
- gl_FragColor = texture2D(sampler, fragTexCoord);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement