Created
September 19, 2018 08:07
-
-
Save smkplus/c4b00316b3a4595ae975dd5d7b632b62 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
```` | |
void vert (inout appdata_full v, out Input o){ | |
UNITY_INITIALIZE_OUTPUT(Input,o); | |
} | |
```` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment