mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 14:38:18 +02:00
st/mesa: fix GLES build
Broken since d5062fb3a3.
I wonder why this code is hidden behind #if by default.
This commit is contained in:
parent
333d3daf47
commit
dc578188fa
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ st_DrawTex(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
|
|||
}
|
||||
|
||||
|
||||
util_draw_vertex_buffer(pipe, vbuffer,
|
||||
util_draw_vertex_buffer(pipe, cso, vbuffer,
|
||||
0, /* offset */
|
||||
PIPE_PRIM_TRIANGLE_FAN,
|
||||
4, /* verts */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue