PFNGLMAPBUFFERRANGEPROC typedef

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

Implementation

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