Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #version 460 core
- layout (location = 0) in vec3 aPos;
- uniform mat4 model;
- void main()
- {
- gl_Position = model * vec4(aPos, 1.0);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement