You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
442B

  1. GL_ANGLE_framebuffer_blit
  2. https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
  3. GL_ANGLE_framebuffer_blit
  4. GL_DRAW_FRAMEBUFFER_BINDING_ANGLE 0x8CA6
  5. GL_READ_FRAMEBUFFER_ANGLE 0x8CA8
  6. GL_DRAW_FRAMEBUFFER_ANGLE 0x8CA9
  7. GL_READ_FRAMEBUFFER_BINDING_ANGLE 0x8CAA
  8. void glBlitFramebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)