Skip to content

Instantly share code, notes, and snippets.

@mellinoe
Created February 8, 2017 08:31
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 mellinoe/46325dd2a780d9bf960f8723b8cac02e to your computer and use it in GitHub Desktop.
Save mellinoe/46325dd2a780d9bf960f8723b8cac02e to your computer and use it in GitHub Desktop.
public override void DrawIndexedPrimitives(int count, int startingIndex, int startingVertex)
{
_deviceContext.DrawIndexed(count, startingIndex, startingVertex);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment