mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
caopengllayersink: static const the indices array
the contents will never change anyway.
This commit is contained in:
parent
057130b93d
commit
8157574d0f
1 changed files with 1 additions and 1 deletions
|
@ -859,7 +859,7 @@ static const GLfloat vertices[] = {
|
||||||
1.0f, -1.0f, 0.0f, 1.0f, 1.0f
|
1.0f, -1.0f, 0.0f, 1.0f, 1.0f
|
||||||
};
|
};
|
||||||
|
|
||||||
GLushort indices[] = { 0, 1, 2, 0, 2, 3 };
|
static const GLushort indices[] = { 0, 1, 2, 0, 2, 3 };
|
||||||
/* *INDENT-ON* */
|
/* *INDENT-ON* */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue