mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 10:10:14 +01:00
svga: Update for renamed sampler/texture state setters.
This commit is contained in:
parent
c1bcedc4ce
commit
8eecd3bafb
1 changed files with 2 additions and 2 deletions
|
|
@ -234,9 +234,9 @@ static void svga_set_sampler_textures(struct pipe_context *pipe,
|
|||
void svga_init_sampler_functions( struct svga_context *svga )
|
||||
{
|
||||
svga->pipe.create_sampler_state = svga_create_sampler_state;
|
||||
svga->pipe.bind_sampler_states = svga_bind_sampler_states;
|
||||
svga->pipe.bind_fragment_sampler_states = svga_bind_sampler_states;
|
||||
svga->pipe.delete_sampler_state = svga_delete_sampler_state;
|
||||
svga->pipe.set_sampler_textures = svga_set_sampler_textures;
|
||||
svga->pipe.set_fragment_sampler_textures = svga_set_sampler_textures;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue