mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
mesa: Fix warning with MESA_VERBOSE=api for BindBufferRange
Reported-by: Dieter Nützel <Dieter@nuetzel-hh.de> Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
c1d14c6817
commit
a2942d8f26
1 changed files with 1 additions and 1 deletions
|
|
@ -3914,7 +3914,7 @@ _mesa_BindBufferRange(GLenum target, GLuint index,
|
|||
struct gl_buffer_object *bufObj;
|
||||
|
||||
if (MESA_VERBOSE & VERBOSE_API) {
|
||||
_mesa_debug(ctx, "glBindBufferRange(%s, %u, %u, %d, %d)\n",
|
||||
_mesa_debug(ctx, "glBindBufferRange(%s, %u, %u, %ld, %ld)\n",
|
||||
_mesa_enum_to_string(target), index, buffer, offset, size);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue