mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
cso: Fix function prototype.
This commit is contained in:
parent
57ed791305
commit
7a43c39d20
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue