[Webkit-unassigned] [Bug 199093] New: [WHLSL] Cannot compile a write to a bool[] resource
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 20 17:24:39 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199093
Bug ID: 199093
Summary: [WHLSL] Cannot compile a write to a bool[] resource
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGPU
Assignee: webkit-unassigned at lists.webkit.org
Reporter: justin_fan at apple.com
The following code fails to compile in the checker:
[numthreads(1, 1, 1)]
compute void _compute_main(device bool[] result : register(u0))
{
result[0] = true;
}
However, it works if int/uint/uchar/float or float4 is substituted for bool (with a matching literal assignment).
--
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/20190621/3e48e38b/attachment.html>
More information about the webkit-unassigned
mailing list