compressedTexImage3D2 method

  1. @JSName('compressedTexImage3D')
void compressedTexImage3D2 (int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, int offset)
@JSName('compressedTexImage3D')

Implementation

@JSName('compressedTexImage3D')
void compressedTexImage3D2(
    int target,
    int level,
    int internalformat,
    int width,
    int height,
    int depth,
    int border,
    int imageSize,
    int offset) native;