mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
cell: plug in cell_set_sampler_texture
This commit is contained in:
parent
acd2253ae8
commit
f6e1654e22
1 changed files with 2 additions and 0 deletions
|
|
@ -302,6 +302,8 @@ cell_init_state_functions(struct cell_context *cell)
|
|||
cell->pipe.bind_sampler_state = cell_bind_sampler_state;
|
||||
cell->pipe.delete_sampler_state = cell_delete_sampler_state;
|
||||
|
||||
cell->pipe.set_sampler_texture = cell_set_sampler_texture;
|
||||
|
||||
cell->pipe.create_depth_stencil_alpha_state = cell_create_depth_stencil_alpha_state;
|
||||
cell->pipe.bind_depth_stencil_alpha_state = cell_bind_depth_stencil_alpha_state;
|
||||
cell->pipe.delete_depth_stencil_alpha_state = cell_delete_depth_stencil_alpha_state;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue