PFNGLGETCOMPRESSEDTEXTURESUBIMAGEPROCDart typedef

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

Implementation

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