vertex.monkey2 164 B

1234567891011121314
  1. Namespace mojo.graphics
  2. #rem monkeydoc @hidden
  3. #end
  4. Struct Vertex2f
  5. Field position:Vec2f
  6. Field texCoord0:Vec2f
  7. Field texCoord1:Vec2f
  8. Field color:UInt
  9. End