[Webkit-unassigned] [Bug 199093] [WHLSL] Cannot compile a write to a bool[] resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 16:31:32 PDT 2019


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

--- Comment #2 from Justin Fan <justin_fan at apple.com> ---
The following code also fails in the checker:

[numthreads(1, 1, 1)]
compute void _compute_main(device bool[] result : register(u0)) {}

However, replacing 'bool' with 'int' successfully compiles.

-- 
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/20190625/6a9caf1c/attachment.html>


More information about the webkit-unassigned mailing list