mesa: Factor out struct gl_vertex_format.
[mesa.git] / src / mesa / state_tracker / st_atom.h
index 96e128d38cfcdd335c6a2d315e03d3447583cda6..9f3ca38c191d549d580e4bf56fc0a3df91ccb08d 100644 (file)
@@ -55,7 +55,7 @@ void st_validate_state( struct st_context *st, enum st_pipeline pipeline );
 GLuint st_compare_func_to_pipe(GLenum func);
 
 enum pipe_format
-st_pipe_vertex_format(const struct gl_array_attributes *attrib);
+st_pipe_vertex_format(const struct gl_vertex_format *glformat);
 
 
 /* Define ST_NEW_xxx_INDEX */