PFNGLSEPARABLEFILTER2DPROC typedef
PFNGLSEPARABLEFILTER2DPROC =
Void Function(Uint32 target, Uint32 internalformat, Uint32 width, Uint32 height, Uint32 format, Uint32 type, Pointer<NativeType> row, Pointer<NativeType> column)
Implementation
typedef PFNGLSEPARABLEFILTER2DPROC =
Void Function(
Uint32 target,
Uint32 internalformat,
Uint32 width,
Uint32 height,
Uint32 format,
Uint32 type,
Pointer<NativeType> row,
Pointer<NativeType> column,
);