PFNGLCOPYCONVOLUTIONFILTER2DEXTPROCDart typedef

PFNGLCOPYCONVOLUTIONFILTER2DEXTPROCDart = void Function(int target, int internalformat, int x, int y, int width, int height)

Implementation

typedef PFNGLCOPYCONVOLUTIONFILTER2DEXTPROCDart =
    void Function(
      int target,
      int internalformat,
      int x,
      int y,
      int width,
      int height,
    );