Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created August 23, 2019 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BitPuffin/3a907579d4551ba1444af9fed4b4a8c3 to your computer and use it in GitHub Desktop.
Save BitPuffin/3a907579d4551ba1444af9fed4b4a8c3 to your computer and use it in GitHub Desktop.
(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