Commit f466d72f by Nicolas Capens

Fix missing Register() entry function for OpenGL ES 1.1.

Change-Id: I43c782a244996aac7bbafd9cb857a3063a68b5a1 Reviewed-on: https://swiftshader-review.googlesource.com/7391Tested-by: 's avatarNicolas Capens <capn@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent 7d9f76dc
......@@ -1412,6 +1412,10 @@ GL_API void GL_APIENTRY glDrawTexfvOES(const GLfloat *coords)
return es1::DrawTexfvOES(coords);
}
void GL_APIENTRY Register(const char *licenseKey)
{
// Nothing to do, SwiftShader is open-source
}
}
LibGLES_CMexports::LibGLES_CMexports()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment