mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
svga: implement pipe_context::bind_sampler_states()
This commit is contained in:
parent
6ef9fc791e
commit
0de99d52b7
1 changed files with 1 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ svga_set_fragment_sampler_views(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_fragment_sampler_states;
|
||||
svga->pipe.delete_sampler_state = svga_delete_sampler_state;
|
||||
svga->pipe.set_fragment_sampler_views = svga_set_fragment_sampler_views;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue