[webkit-changes] [WebKit/WebKit] 7ce9be: [WebGPU] Use dlsym() to implement wgpuGetProcAddre...

Myles C. Maxfield noreply at github.com
Mon Jan 23 23:08:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7ce9becab5ac998e6112dd78fd34da04f4e3014d
      https://github.com/WebKit/WebKit/commit/7ce9becab5ac998e6112dd78fd34da04f4e3014d
  Author: Myles C. Maxfield <mmaxfield at apple.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M Source/WebGPU/WebGPU/Instance.mm

  Log Message:
  -----------
  [WebGPU] Use dlsym() to implement wgpuGetProcAddress()
https://bugs.webkit.org/show_bug.cgi?id=250997
rdar://104543828

Reviewed by Tim Horton.

Much better than trying to maintain a hardcoded list of function names.

* Source/WebGPU/WebGPU/Instance.mm:
(wgpuGetProcAddress):

Canonical link: https://commits.webkit.org/259264@main




More information about the webkit-changes mailing list