glCompressedTexImage2D function

  1. @JS()
void glCompressedTexImage2D(
  1. JSObject gl,
  2. int target,
  3. int level,
  4. int internalformat,
  5. int width,
  6. int height,
  7. int border,
  8. JSAny? data,
)

Implementation

@JS()
external void glCompressedTexImage2D(JSObject gl, int target, int level, int internalformat, int width, int height, int border, JSAny? data);