PFNGLCOPYCONVOLUTIONFILTER2DPROC typedef

PFNGLCOPYCONVOLUTIONFILTER2DPROC = Void Function(Uint32 target, Uint32 internalformat, Int32 x, Int32 y, Uint32 width, Uint32 height)

Implementation

typedef PFNGLCOPYCONVOLUTIONFILTER2DPROC =
    Void Function(
      Uint32 target,
      Uint32 internalformat,
      Int32 x,
      Int32 y,
      Uint32 width,
      Uint32 height,
    );