compressedTexImage3D method

void compressedTexImage3D (int target, int level, int internalformat, int width, int height, int depth, int border, TypedData data, [ int srcOffset int srcLengthOverride ])

Implementation

void compressedTexImage3D(int target, int level, int internalformat,
    int width, int height, int depth, int border, TypedData data,
    [int srcOffset, int srcLengthOverride]) native;