PFNGLGETNSEPARABLEFILTERPROC typedef

PFNGLGETNSEPARABLEFILTERPROC = Void Function(Uint32 target, Uint32 format, Uint32 type, Int32 rowBufSize, Pointer<Void> row, Int32 columnBufSize, Pointer<Void> column, Pointer<Void> span)

Implementation

typedef PFNGLGETNSEPARABLEFILTERPROC = Void Function(
    Uint32 target,
    Uint32 format,
    Uint32 type,
    Int32 rowBufSize,
    Pointer<Void> row,
    Int32 columnBufSize,
    Pointer<Void> column,
    Pointer<Void> span);