[Webkit-unassigned] [Bug 199215] [WHLSL] Matrix indexing should match HLSL [row][column], but MSL uses [column][row]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 19:29:20 PDT 2019


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

--- Comment #9 from Justin Fan <justin_fan at apple.com> ---
(In reply to Justin Fan from comment #8)
> This means: this patch must ensure that WHLSL indexing behavior matches
> HLSL, if we are going with HLSL source-compatibility. The underlying memory
> layout should not need change.

e.g. in WHLSL, result[0][0] gives [1, 2, 3, 4] when it should return [1, 5, 9, 13].

-- 
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/20190704/3b2636a9/attachment-0001.html>


More information about the webkit-unassigned mailing list