Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #version 150
- out vec4 outColor;
- void main() {
- outColor = vec4(1.0, 1.0, 1.0, 1.0);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement