mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
glthread: Add GLAPIENTRY to _mesa_marshal_MultiDrawArrays.
Fixes MSVC build. Trivial.
Fixes: 2840bc3065
This commit is contained in:
parent
2a05ba5414
commit
f8601110e4
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ multi_draw_arrays_async(struct gl_context *ctx, GLenum mode,
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
void GLAPIENTRY
|
||||
_mesa_marshal_MultiDrawArrays(GLenum mode, const GLint *first,
|
||||
const GLsizei *count, GLsizei draw_count)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue