Guest User

Untitled

a guest
Jan 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. typedef void(GLCC)(float, float, float, float);
  2. GLCC *glcc = (GLCC*) eglGetProcAddress("glClearColor");
  3. //glClearColor(0.2, 0, 0.8, 0.0);
  4. glcc(0.2, 0, 0.8, 0.0);
Add Comment
Please, Sign In to add comment