PFNGLSEPARABLEFILTER2DEXTPROCDart typedef

PFNGLSEPARABLEFILTER2DEXTPROCDart = void Function(int target, int internalformat, int width, int height, int format, int type, Pointer<NativeType> row, Pointer<NativeType> column)

Implementation

typedef PFNGLSEPARABLEFILTER2DEXTPROCDart =
    void Function(
      int target,
      int internalformat,
      int width,
      int height,
      int format,
      int type,
      Pointer<NativeType> row,
      Pointer<NativeType> column,
    );