[Webkit-unassigned] [Bug 189099] New: [WHLSL] Implement tests to verify matrix and array indexing matches HLSL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 29 14:57:10 PDT 2018


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

            Bug ID: 189099
           Summary: [WHLSL] Implement tests to verify matrix and array
                    indexing matches HLSL
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tdenney at apple.com

If you have a float2x4 (for example) then the first subscript index should match the first dimension and the second subscript index should match the second dimension.

Likewise, if you have an array declared as float[5][4] x, then you should be able to access element x[4][3] (but not x[3][4]).

-- 
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/20180829/a68483bd/attachment.html>


More information about the webkit-unassigned mailing list