[webkit-changes] [WebKit/WebKit] c54bd3: [WGSL] Add sampler type

Tadeu Zagallo noreply at github.com
Thu Mar 23 02:11:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c54bd36a7abe6dc4dc91898fbec13f659ad010ba
      https://github.com/WebKit/WebKit/commit/c54bd36a7abe6dc4dc91898fbec13f659ad010ba
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M Source/WebGPU/WGSL/TypeCheck.cpp
    M Source/WebGPU/WGSL/TypeStore.cpp
    M Source/WebGPU/WGSL/TypeStore.h
    M Source/WebGPU/WGSL/Types.h

  Log Message:
  -----------
  [WGSL] Add sampler type
https://bugs.webkit.org/show_bug.cgi?id=254279
rdar://107067530

Reviewed by Mike Wyrzykowski.

Add the sampler type as a primitive to the type checker

* Source/WebGPU/WGSL/TypeCheck.cpp:
(WGSL::TypeChecker::TypeChecker):
* Source/WebGPU/WGSL/TypeStore.cpp:
(WGSL::TypeStore::TypeStore):
* Source/WebGPU/WGSL/TypeStore.h:
(WGSL::TypeStore::samplerType const):
* Source/WebGPU/WGSL/Types.h:

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




More information about the webkit-changes mailing list