mesa: default_access_mode() returns a GLbitfield, not GLenum

This commit is contained in:
Brian Paul 2012-08-02 09:40:40 -06:00
parent 4bd36956f8
commit 3eb2b5c5e4
1 changed files with 1 additions and 1 deletions

View File

@ -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: