mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-16 17:38:20 +02:00
mesa: const-qualify buffer_object_subdata_range_good() bufObj parameter
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
76dbab0a69
commit
4879b76601
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ bufferobj_range_mapped(const struct gl_buffer_object *obj,
|
|||
*/
|
||||
static bool
|
||||
buffer_object_subdata_range_good(struct gl_context *ctx,
|
||||
struct gl_buffer_object *bufObj,
|
||||
const struct gl_buffer_object *bufObj,
|
||||
GLintptr offset, GLsizeiptr size,
|
||||
bool mappedRange, const char *caller)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue