PFNGLCONVOLUTIONFILTER2DEXTPROCDart typedef

PFNGLCONVOLUTIONFILTER2DEXTPROCDart = void Function(int target, int internalformat, int width, int height, int format, int type, Pointer<NativeType> image)

Implementation

typedef PFNGLCONVOLUTIONFILTER2DEXTPROCDart =
    void Function(
      int target,
      int internalformat,
      int width,
      int height,
      int format,
      int type,
      Pointer<NativeType> image,
    );