glCompressedTexImage2D method
void
glCompressedTexImage2D()
Implementation
void glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, TypedData? data){
gles.glCompressedTexImage2D(gl, target, level, internalformat, width, height, border, data.jsify());
}