Click or drag to resize

VertexAttribute Methods

The VertexAttribute type exposes the following members.

Methods
  NameDescription
Public methodDisable
Disables this vertex attribute.
Public methodEnable
Enables this vertex attribute.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetConfig(VertexAttributeDataType, Int32, Int32, Int32)
Sets up the attribute for use with a DataBuffer (of type Vertex).
Public methodSetConfigT(Int32, Int32)
Sets up the attribute for use with a DataBuffer (of type Vertex).
Public methodSetData(VertexAttributeDataType, Int32, Void*, Int32, Boolean)
Sets up the attribute for use with client data.
Public methodSetDataT(T, Int32, Boolean)
Sets up the attribute for use with client data.
Public methodSetDataT(VertexAttributeDataType, Int32, T, Int32, Boolean)
Sets up the attribute for use with client data.
Public methodSetValue(Matrix2)
Specify the value of a generic vertex attribute or type Matrix2
Public methodSetValue(Matrix2)
Specify the value of a generic vertex attribute or type Matrix2
Public methodSetValue(Matrix3)
Specify the value of a generic vertex attribute or type Matrix3
Public methodSetValue(Matrix3)
Specify the value of a generic vertex attribute or type Matrix3
Public methodSetValue(Matrix4)
Specify the value of a generic vertex attribute or type Matrix4
Public methodSetValue(Matrix4)
Specify the value of a generic vertex attribute or type Matrix4
Public methodSetValue(Vector2)
Specify the value of a generic vertex attribute or type Vector2
Public methodSetValue(Vector2)
Specify the value of a generic vertex attribute or type Vector2
Public methodSetValue(Vector3)
Specify the value of a generic vertex attribute or type Vector3
Public methodSetValue(Vector3)
Specify the value of a generic vertex attribute or type Vector3
Public methodSetValue(Vector4)
Specify the value of a generic vertex attribute or type Vector4
Public methodSetValue(Vector4)
Specify the value of a generic vertex attribute or type Vector4
Public methodSetValue(Single)
Specify the value of a generic vertex attribute
Public methodSetValue(Single, Single)
Specify the value of a generic vertex attribute
Public methodSetValue(Single, Single, Single)
Specify the value of a generic vertex attribute
Public methodSetValue(Single, Single, Single, Single)
Specify the value of a generic vertex attribute
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also