Commit a857c36bc1e9f1178c5eaa3e80bfe543a5408467

Jamie Madill 2013-07-02T11:57:02

Refactor VertexAttribute to split the "current value" for generic attributes into its own class. VAOs in GLES 3 do not store the current values, so these must be handled separately from other Vertex Attribute data. TRAC #23390 Signed-off-by: Shannon Woods Signed-off-by: Geoff Lang Authored-by: Jamie Madill