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