PFNGLGETCONVOLUTIONFILTEREXTPROC typedef

PFNGLGETCONVOLUTIONFILTEREXTPROC = Void Function(Uint32 target, Uint32 format, Uint32 type, Pointer<NativeType> image)

Implementation

typedef PFNGLGETCONVOLUTIONFILTEREXTPROC =
    Void Function(
      Uint32 target,
      Uint32 format,
      Uint32 type,
      Pointer<NativeType> image,
    );