Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. vec4 effect(vec4 color, Image tex, vec2 texture_coords, vec2 screen_coords)
  2. {
  3. vec4 texturecolor = Texel(tex, texture_coords);
  4. return texturecolor * color;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement