gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / state_tracker / st_cb_clear.h
index 32086971b586c86624bc4c69e7c2d62c15e531d6..c715e56bd56c7be90c232652527ca5587d27d76a 100644 (file)
 #ifndef ST_CB_CLEAR_H
 #define ST_CB_CLEAR_H
 
-extern void st_init_cb_clear( struct st_context *st );
 
-extern void st_destroy_cb_clear( struct st_context *st );
+extern void
+st_init_clear_functions(struct dd_function_table *functions);
+
 
 #endif /* ST_CB_CLEAR_H */