mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
svga: fix a comment (sampler vs. sampler_view)
This commit is contained in:
parent
1f4ebfaa88
commit
82246f7939
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ svga_bind_sampler_states(struct pipe_context *pipe,
|
|||
for (i = 0; i < num; i++)
|
||||
svga->curr.sampler[start + i] = samplers[i];
|
||||
|
||||
/* find highest non-null sampler_views[] entry */
|
||||
/* find highest non-null sampler[] entry */
|
||||
{
|
||||
unsigned j = MAX2(svga->curr.num_samplers, start + num);
|
||||
while (j > 0 && svga->curr.sampler[j - 1] == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue