[webkit-changes] [WebKit/WebKit] 8c713b: [WGSL] Add type declarations for logical built-in ...

Tadeu Zagallo noreply at github.com
Tue Apr 18 00:47:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8c713be450f29a1b8e0e7c78a09b756c5cdd7cea
      https://github.com/WebKit/WebKit/commit/8c713be450f29a1b8e0e7c78a09b756c5cdd7cea
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

  Changed paths:
    M Source/WebGPU/WGSL/TypeDeclarations.rb
    M Source/WebGPU/WGSL/tests/valid/overload.wgsl

  Log Message:
  -----------
  [WGSL] Add type declarations for logical built-in functions
https://bugs.webkit.org/show_bug.cgi?id=255513
rdar://108134231

Reviewed by Mike Wyrzykowski.

Add type declarations for the 3 functions from section 17.3 (Logical Built-in Functions) of the spec[1].

[1]: https://www.w3.org/TR/WGSL/#logical-builtin-functions

* Source/WebGPU/WGSL/TypeDeclarations.rb:
* Source/WebGPU/WGSL/tests/valid/overload.wgsl:

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




More information about the webkit-changes mailing list