PFNGLCLEARBUFFERSUBDATAPROC typedef

PFNGLCLEARBUFFERSUBDATAPROC = Void Function(Uint32 target, Uint32 internalformat, Int64 offset, Int64 size, Uint32 format, Uint32 type, Pointer<Void> data)

Implementation

typedef PFNGLCLEARBUFFERSUBDATAPROC = Void Function(
    Uint32 target,
    Uint32 internalformat,
    Int64 offset,
    Int64 size,
    Uint32 format,
    Uint32 type,
    Pointer<Void> data);