Hi,
I want to use the Mali off-line shader compiler, to compile the Vertex shader and Fragment shaders.
I am using function below.
glShaderBinary(1, &vertexShader, GL_MALI_SHADER_BINARY_ARM, (void*)&buffer, sizeof(char)*sizeof(buffer));
however, an error occurs ' GL_MALI_SHADER_BINARY_ARM ' was not declared in this scope. So how can I solve that? Thanks~~