zink: change zink_create_gfx_program signature
no functional changes Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17225>
This commit is contained in:
committed by
Marge Bot
parent
80fac34d92
commit
2215377aa0
@@ -428,7 +428,7 @@ assign_io(struct zink_gfx_program *prog, struct zink_shader *stages[ZINK_SHADER_
|
||||
|
||||
struct zink_gfx_program *
|
||||
zink_create_gfx_program(struct zink_context *ctx,
|
||||
struct zink_shader *stages[ZINK_SHADER_COUNT],
|
||||
struct zink_shader **stages,
|
||||
unsigned vertices_per_patch)
|
||||
{
|
||||
struct zink_screen *screen = zink_screen(ctx->base.screen);
|
||||
|
||||
@@ -208,7 +208,7 @@ zink_update_gfx_program(struct zink_context *ctx, struct zink_gfx_program *prog)
|
||||
|
||||
struct zink_gfx_program *
|
||||
zink_create_gfx_program(struct zink_context *ctx,
|
||||
struct zink_shader *stages[ZINK_SHADER_COUNT],
|
||||
struct zink_shader **stages,
|
||||
unsigned vertices_per_patch);
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user