Created
July 26, 2016 11:57
-
-
Save smokelore/22f27c90e50536a0eeba594f515cf0c0 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
| struct vertInput | |
| { | |
| float4 pos : POSITION; | |
| float2 texcoord : TEXCOORD0; | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment