opengles3-book
opengles3-book copied to clipboard
Update Hello_Triangle.c
Cast void *
pointer to correct type.
Was getting compiler error.:
error: cannot initialize a variable of type 'UserData *' with an lvalue of type 'void *' UserData *userData = esContext->userData;