PFNGLIMPORTMEMORYWIN32NAMEEXTPROC typedef

PFNGLIMPORTMEMORYWIN32NAMEEXTPROC = Void Function(Uint32 memory, Uint64 size, Uint32 handleType, Pointer<NativeType> name)

Implementation

typedef PFNGLIMPORTMEMORYWIN32NAMEEXTPROC =
    Void Function(
      Uint32 memory,
      Uint64 size,
      Uint32 handleType,
      Pointer<NativeType> name,
    );