[Webkit-unassigned] [Bug 272599] New: [WebGPU] https://playcanvas.github.io/#/misc/spineboy fails because sampler is not compatible with sampler_comparison

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 12:36:05 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=272599

            Bug ID: 272599
           Summary: [WebGPU] https://playcanvas.github.io/#/misc/spineboy
                    fails because sampler is not compatible with
                    sampler_comparison
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mwyrzykowski at apple.com

Repro:

Open https://playcanvas.github.io/#/misc/spineboy
Place a breakpoint in GlobalVariableRewriter.cpp:1486
   static bool isSampler(const AST::Variable& variable, SamplerBindingType bindingType)

return bindingTypeForType(variable.storeType()) == BindingType::SamplerComparison;

 fails because the storeType is a Sampler and not a SamplerComparison

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240412/0a6d97f2/attachment.htm>


More information about the webkit-unassigned mailing list