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