xboxscene.org forums

Author Topic: Vertexdeclaration  (Read 258 times)

Viridian-fox

  • Archived User
  • Newbie
  • *
  • Posts: 1
Vertexdeclaration
« on: October 25, 2007, 12:03:00 AM »

I recently started coding with xna and am having problems with vertex declarations. I'm running through a book that is teaching me how to use this program and I'm stuck.
It gave me a line of code to write:
VertexDeclaration vertexdeclaration = new vertexdeclaration (graphicsdevice gfx.GraphicsDevice, vertexelement[] elements);

when I type this code i get two error statements one saying that i need a ')' where the gfx is and one saying I need a ';' where the ) is. (pg 33 of the Microsoft XNA game studio creator's guide in case anyone by magical chance has the same book). What did I do wrong?
Logged