cso: Fix function prototype.

This commit is contained in:
Michal Krol 2009-12-01 10:07:15 +01:00
parent 57ed791305
commit 7a43c39d20

View file

@ -115,7 +115,7 @@ cso_set_vertex_sampler_textures(struct cso_context *cso,
void
cso_save_vertex_sampler_textures(struct cso_context *cso);
void
cso_restore_sampler_textures(struct cso_context *cso);
cso_restore_vertex_sampler_textures(struct cso_context *cso);