vega: Add missing actual argument.
This commit is contained in:
@@ -57,7 +57,7 @@ static void setup_shaders(struct renderer *ctx)
|
|||||||
{
|
{
|
||||||
struct pipe_context *pipe = ctx->pipe;
|
struct pipe_context *pipe = ctx->pipe;
|
||||||
/* fragment shader */
|
/* 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 *
|
static struct pipe_buffer *
|
||||||
|
Reference in New Issue
Block a user