PFNGLCONVOLUTIONFILTER1DEXTPROCDart typedef

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

Implementation

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