PFNGLCLEARNAMEDBUFFERSUBDATAPROC typedef

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

Implementation

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