The format for a vertex, e.g. it contains position, color and texture.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Graphics.Vertices VertexFormat
Namespace: DeltaEngine.Graphics.Vertices
Assembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The VertexFormat type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VertexFormat | Initializes a new instance of the VertexFormat class |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides Object Equals(Object).) |
![]() | Equals(VertexFormat) | |
![]() | GetElementFromType | |
![]() | GetHashCode | (Overrides Object GetHashCode .) |
![]() | ToString | (Overrides Object ToString .) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality | |
![]() ![]() | Inequality |
Fields
Properties
Name | Description | |
---|---|---|
![]() | Elements | |
![]() | HasColor | |
![]() | HasLightmap | |
![]() | HasNormal | |
![]() | HasUV | |
![]() | Is3D | |
![]() | Stride |
See Also