mirror of
https://github.com/brl/mutter.git
synced 2024-12-22 19:12:04 +00:00
cogl: Mark _cogl_buffer_access_to_gl_enum static
https://gitlab.gnome.org/GNOME/mutter/merge_requests/1015
This commit is contained in:
parent
e0d2e1096d
commit
99043e2af2
@ -139,9 +139,6 @@ _cogl_buffer_fini (CoglBuffer *buffer);
|
||||
CoglBufferUsageHint
|
||||
_cogl_buffer_get_usage_hint (CoglBuffer *buffer);
|
||||
|
||||
GLenum
|
||||
_cogl_buffer_access_to_gl_enum (CoglBufferAccess access);
|
||||
|
||||
CoglBuffer *
|
||||
_cogl_buffer_immutable_ref (CoglBuffer *buffer);
|
||||
|
||||
|
@ -160,7 +160,7 @@ recreate_store (CoglBuffer *buffer,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
GLenum
|
||||
static GLenum
|
||||
_cogl_buffer_access_to_gl_enum (CoglBufferAccess access)
|
||||
{
|
||||
if ((access & COGL_BUFFER_ACCESS_READ_WRITE) == COGL_BUFFER_ACCESS_READ_WRITE)
|
||||
|
Loading…
Reference in New Issue
Block a user