compressedTexImage2D3 method

  1. @JSName('compressedTexImage2D')
void compressedTexImage2D3 (int target int level int internalformat int width int height int border int imageSize int offset)
@JSName('compressedTexImage2D')

Implementation

@JSName('compressedTexImage2D')
void compressedTexImage2D3(int target, int level, int internalformat,
    int width, int height, int border, int imageSize, int offset) native;