PFNGLMAPNAMEDBUFFERRANGEPROC typedef

PFNGLMAPNAMEDBUFFERRANGEPROC = Pointer<Void> Function(Uint32 buffer, Int64 offset, Int64 length, Uint32 access)

Implementation

typedef PFNGLMAPNAMEDBUFFERRANGEPROC = Pointer<Void> Function(
    Uint32 buffer, Int64 offset, Int64 length, Uint32 access);