glCopyTexSubImage3D function

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

Implementation

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