Skip to content

Instantly share code, notes, and snippets.

@mellinoe
Created February 8, 2017 08:30
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/ee211841df06e135c33f034ca0726f87 to your computer and use it in GitHub Desktop.
Save mellinoe/ee211841df06e135c33f034ca0726f87 to your computer and use it in GitHub Desktop.
VertexBuffer vb = rc.ResourceFactory.CreateVertexBuffer(
Cube.Vertices,
new VertexDescriptor(VertexPositionColor.SizeInBytes, 2),
isDynamic:false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment