cogl-vertex-attribute: Fix the name of the cogl_normal_in attribute
authorNeil Roberts <neil@linux.intel.com>
Wed, 22 Dec 2010 01:45:09 +0000 (01:45 +0000)
committerNeil Roberts <neil@linux.intel.com>
Mon, 10 Jan 2011 14:29:25 +0000 (14:29 +0000)
commitc6fbc8c567ebe7eb538e53c0a5964db4ff6aebf2
tree04995847dddca5f3e1dae265a581df0c7e6de12e
parent2c36b81996565f6128a55d5c12fee75a53c0a027
cogl-vertex-attribute: Fix the name of the cogl_normal_in attribute

The builtin vertex attribute for the normals was incorrectly checked
for as 'cogl_normal' however it is defined as cogl_normal_in in the
shader boilerplate and for the name generated by CoglVertexBuffer.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2499
clutter/cogl/cogl/cogl-vertex-attribute.c