PFNGLGETSEPARABLEFILTERPROC typedef
PFNGLGETSEPARABLEFILTERPROC =
Void Function(Uint32 target, Uint32 format, Uint32 type, Pointer<NativeType> row, Pointer<NativeType> column, Pointer<NativeType> span)
Implementation
typedef PFNGLGETSEPARABLEFILTERPROC =
Void Function(
Uint32 target,
Uint32 format,
Uint32 type,
Pointer<NativeType> row,
Pointer<NativeType> column,
Pointer<NativeType> span,
);