glCopyTexImage2D function

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

Implementation

@JS()
external void glCopyTexImage2D(JSObject gl, int target, int level, int internalformat, int x, int y, int width, int height, int border);