caopengllayersink: static const the indices array
the contents will never change anyway.
This commit is contained in:
parent
56bd10a392
commit
f0ed0b728d
@ -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…
x
Reference in New Issue
Block a user