Click or drag to resize

VertexAttributeValue Property

Get the current value for the generic vertex attribute.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Vector4 Value { get; }

Property Value

Type: Vector4
Remarks
OpenGL API: glGetVertexAttribfv(GL_CURRENT_VERTEX_ATTRIB)
See Also