[webkit-changes] [WebKit/WebKit] e0068d: [WebGPU] Texture address modes UVW mapped to RST i...

mwyrzykowski noreply at github.com
Mon May 8 16:57:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e0068ddc6a2cc5bbe66d0043de8e436329887565
      https://github.com/WebKit/WebKit/commit/e0068ddc6a2cc5bbe66d0043de8e436329887565
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-05-08 (Mon, 08 May 2023)

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

  Log Message:
  -----------
  [WebGPU] Texture address modes UVW mapped to RST instead of STR
https://bugs.webkit.org/show_bug.cgi?id=256467
<radar://109041637>

Reviewed by Dan Glastonbury.

UV maps to ST. R maps to W.

Previously RST was mapping to UVW which is incorrect.

* Source/WebGPU/WebGPU/Sampler.mm:
(WebGPU::Device::createSampler):

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




More information about the webkit-changes mailing list