PFNGLBUFFERSTORAGEMEMEXTPROC typedef

PFNGLBUFFERSTORAGEMEMEXTPROC = Void Function(Uint32 target, Pointer<Uint32> size, Uint32 memory, Uint64 offset)

Implementation

typedef PFNGLBUFFERSTORAGEMEMEXTPROC =
    Void Function(
      Uint32 target,
      Pointer<Uint32> size,
      Uint32 memory,
      Uint64 offset,
    );