mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
r300: Update for renamed sampler/texture state setters.
This commit is contained in:
parent
d15bb1cba3
commit
c1bcedc4ce
1 changed files with 2 additions and 2 deletions
|
|
@ -822,10 +822,10 @@ void r300_init_state_functions(struct r300_context* r300)
|
|||
r300->context.delete_rasterizer_state = r300_delete_rs_state;
|
||||
|
||||
r300->context.create_sampler_state = r300_create_sampler_state;
|
||||
r300->context.bind_sampler_states = r300_bind_sampler_states;
|
||||
r300->context.bind_fragment_sampler_states = r300_bind_sampler_states;
|
||||
r300->context.delete_sampler_state = r300_delete_sampler_state;
|
||||
|
||||
r300->context.set_sampler_textures = r300_set_sampler_textures;
|
||||
r300->context.set_fragment_sampler_textures = r300_set_sampler_textures;
|
||||
|
||||
r300->context.set_scissor_state = r300_set_scissor_state;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue