mesa: default_access_mode() returns a GLbitfield, not GLenum
This commit is contained in:
@@ -131,7 +131,7 @@ get_buffer(struct gl_context *ctx, const char *func, GLenum target)
|
||||
}
|
||||
|
||||
|
||||
static inline GLenum
|
||||
static inline GLbitfield
|
||||
default_access_mode(const struct gl_context *ctx)
|
||||
{
|
||||
/* Table 2.6 on page 31 (page 44 of the PDF) of the OpenGL 1.5 spec says:
|
||||
|
Reference in New Issue
Block a user