Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ac2b499faf9411f0e08225ccb158497126cc6526
      
https://github.com/WebKit/WebKit/commit/ac2b499faf9411f0e08225ccb158497126cc6526
  Author: Mike Wyrzykowski <mwyrzykow...@apple.com>
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
    M Source/WebCore/Modules/WebGPU/Implementation/WebGPUTextureImpl.cpp
    M Source/WebGPU/WebGPU/Texture.mm

  Log Message:
  -----------
  [WebGPU] Texture::createView is non-functional for 2D texture arrays
https://bugs.webkit.org/show_bug.cgi?id=262937>
<radar://116716108>

Reviewed by Dan Glastonbury and Tadeu Zagallo.

Texture::createView did not work for anything other than 1D, 2D, or 3D textures
unless the dimension was passed.

* Source/WebCore/Modules/WebGPU/Implementation/WebGPUTextureImpl.cpp:
(WebCore::WebGPU::TextureImpl::createView):
* Source/WebGPU/WebGPU/Texture.mm:
(WebGPU::Texture::resolveTextureViewDescriptorDefaults const):

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to