PFNGLMAPBUFFERRANGEPROC typedef

PFNGLMAPBUFFERRANGEPROC = Pointer<Void> Function(Uint32 target, Int64 offset, Int64 length, Uint32 access)

Implementation

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