PFNGLCOMPRESSEDTEXSUBIMAGE3DPROCDart typedef

PFNGLCOMPRESSEDTEXSUBIMAGE3DPROCDart = void Function(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Pointer<NativeType> data)

Implementation

typedef PFNGLCOMPRESSEDTEXSUBIMAGE3DPROCDart =
    void Function(
      int target,
      int level,
      int xoffset,
      int yoffset,
      int zoffset,
      int width,
      int height,
      int depth,
      int format,
      int imageSize,
      Pointer<NativeType> data,
    );