gallium: fix fs/vs typo in cso_set_vertex_shader()

This commit is contained in:
Brian 2008-03-11 14:31:17 -06:00
parent 5038c20795
commit 30fab81de8

View file

@ -349,6 +349,6 @@ void cso_set_vertex_shader(struct cso_context *ctx,
if (ctx->vertex_shader != handle) {
ctx->vertex_shader = handle;
ctx->pipe->bind_fs_state(ctx->pipe, handle);
ctx->pipe->bind_vs_state(ctx->pipe, handle);
}
}