From: Michal Krol Date: Tue, 1 Dec 2009 09:07:15 +0000 (+0100) Subject: cso: Fix function prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a43c39d202333a74745e7724a76f36d66d8763b;p=mesa.git cso: Fix function prototype. --- diff --git a/src/gallium/auxiliary/cso_cache/cso_context.h b/src/gallium/auxiliary/cso_cache/cso_context.h index 4bcc6b56301..e5b92177cfd 100644 --- a/src/gallium/auxiliary/cso_cache/cso_context.h +++ b/src/gallium/auxiliary/cso_cache/cso_context.h @@ -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);