Click or drag to resize
DigitalRuneVertexPosition Structure
Describes a custom vertex format structure that contains only the vertex position (no normals, texture coordinates or other vertex data).

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
[SerializableAttribute]
public struct VertexPosition : IVertexType

The VertexPosition type exposes the following members.

Constructors
  NameDescription
Public methodVertexPosition
Initializes a new instance of the VertexPosition struct.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two objects to determine whether they are the same.
Public operatorStatic memberInequality
Compares two objects to determine whether they are different.
Top
Fields
  NameDescription
Public fieldPosition
The vertex position.
Public fieldStatic memberVertexDeclaration
The vertex declaration.
Top
Properties
  NameDescription
Public propertyStatic memberSizeInBytes
Gets the size of the VertexPosition structure in bytes.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIVertexType.VertexDeclaration
Gets the vertex declaration.
Top
See Also