PFNGLGETTEXTURESUBIMAGEPROCDart typedef

PFNGLGETTEXTURESUBIMAGEPROCDart = void Function(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, int bufSize, Pointer<NativeType> pixels)

Implementation

typedef PFNGLGETTEXTURESUBIMAGEPROCDart =
    void Function(
      int texture,
      int level,
      int xoffset,
      int yoffset,
      int zoffset,
      int width,
      int height,
      int depth,
      int format,
      int type,
      int bufSize,
      Pointer<NativeType> pixels,
    );