blitFramebuffer method

void blitFramebuffer (
  1. int srcX0,
  2. int srcY0,
  3. int srcX1,
  4. int srcY1,
  5. int dstX0,
  6. int dstY0,
  7. int dstX1,
  8. int dstY1,
  9. int mask,
  10. int filter
)

Implementation

void blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0,
    int dstY0, int dstX1, int dstY1, int mask, int filter) native;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-web_gl/RenderingContext2/blitFramebuffer.html