PFNGLTEXSUBIMAGE2DEXTPROCDart typedef

PFNGLTEXSUBIMAGE2DEXTPROCDart = void Function(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Pointer<NativeType> pixels)

Implementation

typedef PFNGLTEXSUBIMAGE2DEXTPROCDart =
    void Function(
      int target,
      int level,
      int xoffset,
      int yoffset,
      int width,
      int height,
      int format,
      int type,
      Pointer<NativeType> pixels,
    );