Guest User

Untitled

a guest
Jul 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. glBindFrameBuffer(GL_FRAMEBUFFER, Handle);
  2. glClearColor(R, G, B, A); // 0, 0, -1000, 0
  3. glClear(GL_COLOR_BUFFER_BIT);
Add Comment
Please, Sign In to add comment