Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- attribute vec2 inVertex;
- void main() {
- gl_Position = vec4(inVertex, 0, 1);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement