Skip to content

Instantly share code, notes, and snippets.

@smokelore
Created July 26, 2016 11:57
Show Gist options
  • Select an option

  • Save smokelore/22f27c90e50536a0eeba594f515cf0c0 to your computer and use it in GitHub Desktop.

Select an option

Save smokelore/22f27c90e50536a0eeba594f515cf0c0 to your computer and use it in GitHub Desktop.
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