VertexStreamPositionNormal.AddVertex
Method
Description:
Inserts a into the stream and associated buffer.
Inserts a into the stream and associated buffer.
Parameters
Parameter | Type | Description |
---|---|---|
vertex | VertexPositionNormal | The vertex to be inserted. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | Thrown if the associated buffer is not mapped. -or- Thrown if the associated buffer has insufficient space. |