VertexStream Members
The following tables list the members exposed by the VertexStream type.
Public Properties
Name | Description | |
---|---|---|
OffsetInBytes | Gets the starting offset of the vertex stream. | |
VertexBuffer | Gets the vertex buffer associated with this vertex stream. | |
VertexStride | Gets the size, in bytes, of the elements in this vertex stream. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
SetFrequency | Sets the stream source frequency divider value. This may be used to draw several instances of geometry. | |
SetFrequencyOfIndexData | Sets the stream source frequency divider value for the index data. This may be used to draw several instances of geometry. | |
SetFrequencyOfInstanceData | Sets the stream source frequency divider value for the instance data. This may be used to draw several instances of geometry. | |
SetSource | Sets the source of the vertex stream. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
VertexStream Class
Microsoft.Xna.Framework.Graphics Namespace