#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>
#include <cstdlib>
#include "util.h"
Go to the source code of this file.
◆ BackgroundRenderer_kTexCoord
const GLfloat BackgroundRenderer_kTexCoord[] |
|
static |
Initial value:= {
1.0f, 1.0f, 1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f,
}
Definition at line 34 of file background_renderer.h.
◆ BackgroundRenderer_kVertices
const GLfloat BackgroundRenderer_kVertices[] |
|
static |
Initial value:= {
-1.0f, -1.0f, +1.0f, -1.0f, -1.0f, +1.0f, +1.0f, +1.0f,
}
Definition at line 31 of file background_renderer.h.