mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
softpipe: implement pipe_context::bind_sampler_states()
This commit is contained in:
parent
8280b29d7c
commit
550f9ee64c
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ void
|
|||
softpipe_init_sampler_funcs(struct pipe_context *pipe)
|
||||
{
|
||||
pipe->create_sampler_state = softpipe_create_sampler_state;
|
||||
pipe->bind_sampler_states = softpipe_bind_sampler_states;
|
||||
pipe->bind_fragment_sampler_states = softpipe_bind_fragment_sampler_states;
|
||||
pipe->bind_vertex_sampler_states = softpipe_bind_vertex_sampler_states;
|
||||
pipe->bind_geometry_sampler_states = softpipe_bind_geometry_sampler_states;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue