diff options
author | Michal Krol <[email protected]> | 2009-12-01 10:07:15 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-12-01 10:07:15 +0100 |
commit | 7a43c39d202333a74745e7724a76f36d66d8763b (patch) | |
tree | e7cc7341117126aa43627c845a4ae2a81e801256 /src/gallium/auxiliary/cso_cache | |
parent | 57ed791305ded187c455b07e6c6a5b916f37a293 (diff) |
cso: Fix function prototype.
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r-- | src/gallium/auxiliary/cso_cache/cso_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |