Skip to content

Instantly share code, notes, and snippets.

@smkplus
Created September 19, 2018 08:07
Show Gist options
  • Save smkplus/c4b00316b3a4595ae975dd5d7b632b62 to your computer and use it in GitHub Desktop.
Save smkplus/c4b00316b3a4595ae975dd5d7b632b62 to your computer and use it in GitHub Desktop.
````
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