21 #ifndef MULTISAMPLEDFBO_H
22 #define MULTISAMPLEDFBO_H
24 #define GLES_VERSION 3
30 -0.85f, -0.4f, 0.0f, 1.0f, 0.0f,
31 -0.05f, -0.4f, 0.0f, 0.0f, 0.0f,
32 -0.05f, 0.4f, 0.0f, 0.0f, 1.0f,
33 -0.85f, 0.4f, 0.0f, 1.0f, 1.0f,
35 0.05f, -0.4f, 0.0f, 1.0f, 0.0f,
36 0.85f, -0.4f, 0.0f, 0.0f, 0.0f,
37 0.85f, 0.4f, 0.0f, 0.0f, 1.0f,
38 0.05f, 0.4f, 0.0f, 1.0f, 1.0f,
49 const GLubyte
vertexIndices[] = { 0, 1, 2, 0, 2, 3, 4, 5, 6, 4, 6, 7 };
const GLubyte vertexIndices[]
const float quadVertices[]