| Index: client/deps/glbench/src/utils.h
|
| diff --git a/client/deps/glbench/src/utils.h b/client/deps/glbench/src/utils.h
|
| index 20fce9244f61b45f8a322f06ae6cd5cf5c4e32d2..434d081bbbd39c287645636bcc6b77c0af6de770 100644
|
| --- a/client/deps/glbench/src/utils.h
|
| +++ b/client/deps/glbench/src/utils.h
|
| @@ -24,6 +24,9 @@ void CreateLattice(GLfloat **vertices, GLsizeiptr *size,
|
| int CreateMesh(GLuint **indices, GLsizeiptr *size,
|
| int width, int height, int culled_ratio);
|
| GLuint InitShaderProgram(const char *vertex_src, const char *fragment_src);
|
| +GLuint InitShaderProgramWithHeader(const char* header,
|
| + const char* vertex_src,
|
| + const char* fragment_src);
|
|
|
| } // namespace glbench
|
|
|
|
|