Created
August 23, 2019 13:53
-
-
Save BitPuffin/3a907579d4551ba1444af9fed4b4a8c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(var v vec3 garbage) | |
(var v vec3 zero) | |
(var v vec3 default) | |
; vs | |
(var v vec3 garbage) | |
(var v vec3) | |
(var v vec3 default) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment