mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 11:58:10 +02:00
nouveau: remove target parameter from nouveau_bufferobj_map_range()
This was missed back when the target parameter was removed from all the buffer-related driver hooks.
This commit is contained in:
parent
b94a926f39
commit
681d432f81
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ nouveau_bufferobj_get_subdata(struct gl_context *ctx, GLintptrARB offset,
|
|||
}
|
||||
|
||||
static void *
|
||||
nouveau_bufferobj_map_range(struct gl_context *ctx, GLenum target, GLintptr offset,
|
||||
nouveau_bufferobj_map_range(struct gl_context *ctx, GLintptr offset,
|
||||
GLsizeiptr length, GLbitfield access,
|
||||
struct gl_buffer_object *obj)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue