glCopyTexSubImage2D function

  1. @JS()
void glCopyTexSubImage2D(
  1. JSObject gl,
  2. int target,
  3. int level,
  4. int xoffset,
  5. int yoffset,
  6. int x,
  7. int y,
  8. int width,
  9. int height,
)

Implementation

@JS()
external void glCopyTexSubImage2D(JSObject gl,int target, int level, int xoffset, int yoffset, int x, int y, int width, int height);