Guest User

Untitled

a guest
Aug 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. android opengl texture loading thread
  2. eglCreateContext(display, config, rendering_context, attrs);
  3.  
  4. glGenTextures(1, &tex);
  5. glBindTexture(GL_TEXTURE_2D, tex);
  6. glTexImage2D(...);
Add Comment
Please, Sign In to add comment