Index: shader.h
===================================================================
--- shader.h	(revision 486)
+++ shader.h	(revision 487)
@@ -156,9 +156,9 @@
 Same as above, but using shader's name and texture's name.
 **/
 
-__rayapi void raydium_shader_internal_triangle_attributes(int i);
+__rayapi void raydium_shader_internal_vertex_attributes(int i);
 /**
-Internal. Per triangle "callback" from render.c for shader attributes.
+Internal. Per vertex "callback" from render.c for shader attributes.
 **/
 
 #endif