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