compressedTexSubImage2D method - RenderingContext2 class - dart:web_gl library (original) (raw)

description

void compressedTexSubImage2D(

  1. int target,
  2. int level,
  3. int xoffset,
  4. int yoffset,
  5. int width,
  6. int height,
  7. int format,
  8. TypedData data, )

Implementation

void compressedTexSubImage2D(
  int target,
  int level,
  int xoffset,
  int yoffset,
  int width,
  int height,
  int format,
  TypedData data,
) native;