mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-27 00:20:30 +01:00
vega: Add missing actual argument.
This commit is contained in:
parent
ad7f9d71e2
commit
3d3480abbc
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ static void setup_shaders(struct renderer *ctx)
|
|||
{
|
||||
struct pipe_context *pipe = ctx->pipe;
|
||||
/* fragment shader */
|
||||
ctx->fs = util_make_fragment_tex_shader(pipe);
|
||||
ctx->fs = util_make_fragment_tex_shader(pipe, TGSI_TEXTURE_2D);
|
||||
}
|
||||
|
||||
static struct pipe_buffer *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue