]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexformat.h
Remove support for legacy OpenGL features
[libs/gl.git] / source / vertexformat.h
index 7edca1f3dcf74782d8fd5a94c7bfb25cd079c72d..bcb5b9251ebc73468237e83f2065f9c6a62187ed 100644 (file)
@@ -6,9 +6,9 @@
 namespace Msp {
 namespace GL {
 
-/** A single vertex component.  Nvidia drivers have aliasing between the
-fixed-functions and generic vertex attributes, despite the standard not
-allowing it.  We use the same attribute indices here to avoid problems. */
+/** A single vertex component.  Symbolic names are provided for commonly used
+attributes.  These are aliased with with generic attributes, so be careful when
+picking your attribute indices. */
 enum VertexComponent
 {
        VERTEX2 = 1,